Files
treywisp.com/frogs/index.html

30 lines
892 B
HTML

<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>treywisp — frogs</title>
<link rel="icon" type="image/png" href="../assets/icon.png">
<link rel="apple-touch-icon" href="../assets/icon.png">
<link rel="stylesheet" href="../style.css">
</head>
<body>
<header>
<nav>
<a href="/">HOME</a>
<a href="/frogs">FROGS</a>
<a href="/serega">SEREGA</a>
<a href="https://t.me/treywisp" target="_blank">TELEGRAM</a>
<a href="/git/treywisp" class="button">GIT</a>
</nav>
</header>
<div class="particles"></div>
<section class="content"></section>
<div id="frog-container"></div>
<div id="start-text"></div>
<audio id="bg-music" src="../assets/music.mp3" loop></audio>
<script src="frogs.js"></script>
</body>
</html>