50 lines
1.6 KiB
HTML
50 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<title>Turn 0 Around</title>
|
|
<link type="text/plain" rel="author" href="http://iiiypuk.me/humans.txt">
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" type="text/css" href="styles.css">
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<header>
|
|
<p>
|
|
Turn 0 Around
|
|
<span class="slogan">// licking and assemble //</span>
|
|
</p>
|
|
<p class="tools">
|
|
<a href="//twitter.com/turn0around"><i class="fab fa-twitter"></i></a>
|
|
<a href="//discord.gg/pqsu6FsHSe"><i class="fab fa-discord"></i></a>
|
|
<!-- <a href=""><i class="fab fa-youtube"></i></a> -->
|
|
| <a href="/ru/"><i class="fas fa-language"></i></a>
|
|
</p>
|
|
</header>
|
|
|
|
<nav>
|
|
<a href="#">Blog</a>
|
|
<a href="#">Games</a>
|
|
<a href="#">Products</a>
|
|
<a href="#">Vacancies</a>
|
|
</nav>
|
|
|
|
<main>
|
|
<p class="future">
|
|
!! DANGER !!<br>
|
|
Soon. In the near future.
|
|
</p>
|
|
</main>
|
|
|
|
<footer>
|
|
made by
|
|
<a href="//iiiypuk.me/">iiiypuk</a>
|
|
with love
|
|
</footer>
|
|
</div>
|
|
</body>
|
|
</html>
|