WebSite/docs/index.html

47 lines
1.3 KiB
HTML
Raw Normal View History

2021-06-28 23:04:04 +03:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
2021-07-07 22:04:20 +03:00
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
2021-06-28 23:04:04 +03:00
<title>Turn 0 Around</title>
2021-07-07 22:04:20 +03:00
<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 id="languages">
<a href="/ru/">Switch to Russian</a>
</p> -->
</header>
2021-06-28 23:04:04 +03:00
2021-07-07 22:04:20 +03:00
<nav>
<a href="#">Blog</a>
<a href="#">Games</a>
<a href="#">Products</a>
<a href="#">Vacancies</a>
</nav>
2021-06-28 23:04:04 +03:00
2021-07-07 22:04:20 +03:00
<main>
<p class="future">
!! DANGER !!<br>
Soon. In the near future.
</p>
</main>
2021-06-28 23:04:04 +03:00
2021-07-07 22:04:20 +03:00
<footer>
made by
<a href="//iiiypuk.me/">iiiypuk</a>
with love
</footer>
2021-06-28 23:04:04 +03:00
</div>
</body>
</html>