41 lines
1.8 KiB
HTML
41 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="ru">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>LiteSite / Музыка</title>
|
|
<link rel="stylesheet" type="text/css" href="index_files/style.css">
|
|
<link rel="SHORTCUT ICON" href="favicon.ico" type="image/x-icon">
|
|
</head>
|
|
<body>
|
|
<div align="center"><a href="index.html"><img src="ls.png"></a></div>
|
|
<nav>
|
|
<a href="contacts.html" class="very_good_font">Контакты</a>
|
|
<a href="soft.html" class="very_good_font">Софт</a>
|
|
<a href="iso.html" class="very_good_font">Образы</a>
|
|
<a href="changelog.html" class="very_good_font">Changelog</a>
|
|
<a href="thanks.html" class="very_good_font">Благодарности</a>
|
|
<a href="projects.html" class="very_good_font">Проекты</a>
|
|
<a href="#" class="very_good_font">Музыка</a>
|
|
<a href="anime/index_anime.html" class="very_good_font">Аниме</a>
|
|
</nav>
|
|
<div align="center">
|
|
<p class="very_good_font">Музыка<br>Cranky - Hanaraashi</p>
|
|
<audio controls>
|
|
<source src="/aud/Cranky - Hanaraashi.mp3">
|
|
<p class="very_good_font">Ваш браузер не поддерживает аудио</p>
|
|
</audio>
|
|
<p class="very_good_font">3d Prototype - Dancefloor</p>
|
|
<audio controls>
|
|
<source src="/aud/3d Prototype - Dancefloor.mp3">
|
|
<p class="very_good_font">Ваш браузер не поддерживает аудио</p>
|
|
</audio>
|
|
<p class="very_good_font">ThisNameIsAFail - Relapse</p>
|
|
<audio controls>
|
|
<source src="/aud/ThisNameIsAFail - Relapse.mp3">
|
|
<p class="very_good_font">Ваш браузер не поддерживает аудио</p>
|
|
</audio>
|
|
</div>
|
|
</body>
|
|
</html>
|