32 lines
832 B
HTML
32 lines
832 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 — serega</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">
|
|
<div class="typewriter" id="typewriter"></div>
|
|
</section>
|
|
|
|
<script src="../main.js"></script>
|
|
<script src="serega.js"></script>
|
|
</body>
|
|
</html>
|