PHP
This commit is contained in:
parent
e5d8bbf0a5
commit
bfcbad8b26
3 changed files with 8 additions and 25 deletions
|
|
@ -1,3 +1,4 @@
|
|||
<?php ?>
|
||||
<footer>
|
||||
<p>
|
||||
© 2021 Tronax | <a href="impressum.html">Impressum</a>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<!-- HEADER ---------------------------------------->
|
||||
|
||||
<?php ?>
|
||||
<header>
|
||||
<div id="logo">
|
||||
<a href="index.html">
|
||||
|
|
|
|||
|
|
@ -16,23 +16,9 @@
|
|||
|
||||
<!-- HEADER ---------------------------------------->
|
||||
|
||||
<header>
|
||||
<div id="logo">
|
||||
<a href="index.html">
|
||||
<img src="./img/logo.png" alt="Logo">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<nav id="main-nav">
|
||||
<ul>
|
||||
<li id="twitch"> <a href="https://www.twitch.tv/tronaxyt"><img src="./img/twitchlogo.png" alt="Twitch"></a> </li>
|
||||
<li id="twitter"> <a href="https://twitter.com/Tronax"><img src="./img/twitterlogo.png" alt="Twitter"></a> </li>
|
||||
<li id="instagram"> <a href="https://www.instagram.com/tronax_/"><img src="./img/instagramlogo.png" alt="Instagram"></a> </li>
|
||||
<li id="discord"> <a href="https://discord.gg/tb3vG9a"><img src="./img/discordlogo.png" alt="Discord"></a> </li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</header>
|
||||
<?php
|
||||
require 'header.php';
|
||||
?>
|
||||
|
||||
<!-- HOME ---------------------------------------->
|
||||
|
||||
|
|
@ -48,10 +34,6 @@
|
|||
|
||||
<!-- FOOTER ---------------------------------------->
|
||||
|
||||
<footer>
|
||||
<p>
|
||||
© 2021 Tronax | <a href="impressum.html">Impressum</a>
|
||||
</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
<?php
|
||||
require 'footer.php';
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue