Загрузить файлы в «/»
This commit is contained in:
32
index.html
Normal file
32
index.html
Normal file
@@ -0,0 +1,32 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>treywisp</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="/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="hero">
|
||||
<h1>TREYWISP</h1>
|
||||
<p>Проснулась утром, и, как всегда, я проспала!<br>Я губы крашу, а солнце светит мне в глаза...</p>
|
||||
<a href="javascript:void(0);" id="hitButton" class="hit-button">СЛУШАТЬ ХИТ 2007</a>
|
||||
<audio id="winxAudio" src="assets/winx.mp3"></audio>
|
||||
</section>
|
||||
|
||||
<script src="main.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user