55 lines
1.7 KiB
HTML
55 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<!DOCTYPE html>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Tronax</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
<link rel="shortcut icon" href="./img/logo.ico">
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto:500&display=swap" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab&display=swap" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css?family=Ubuntu&display=swap" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
|
|
<!-- 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>
|
|
|
|
<!-- HOME ---------------------------------------->
|
|
|
|
<section id="home">
|
|
<div id="biglogo">
|
|
<img src="./img/logo.png" alt="Logo" align="middle">
|
|
</div>
|
|
|
|
|
|
</section>
|
|
|
|
<!-- FOOTER ---------------------------------------->
|
|
|
|
<footer>
|
|
<p>
|
|
© 2021 Tronax | <a href="impressum.html">Impressum</a>
|
|
</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|