kodex-music-catalog/frontend/main.html
2023-10-06 04:41:18 +03:00

41 lines
1.7 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<title>Kodex Music</title>
<link href="/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/main.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css">
</head>
<body>
<!-- <h3><center>Kodex Muzic</center></h3> -->
<nav class="navbar navbar-light" style="background-color: #e3f2fd;">
<div class="container-fluid">
<span class="navbar-brand mb-0 h1">Kodex Music</span>
</div>
<p style="margin-left: 10px;"><b>Поиск:</b> <input type="text" placeholder="Поиск по ключевым словам" class="form-control" id="search-input" style="width: 250%"></p>
</nav>
<div id="app-window">
<p><center>Включите поддержку javascript!</center></p>
</div>
<!-- <div class="author-element" id="author-0"> -->
<!-- <h3>Автор_Нейм</h3> -->
<!-- <p>Произведения</p> -->
<!-- <hr/> -->
<!-- <div id="playlist-author-0"> -->
<!-- <p> -->
<!-- <h6>Muzic</h6> -->
<!-- <button class="btn btn-primary" onclick="playMuzic(4)" id="play-4">Прослушать</button> -->
<!-- <button class="btn btn-primary" onclick="" id="pause-4" disabled>Пауза</button> -->
<!-- <input type="range" id="road-4" name="stop" min="0" max="0" value="0" style="width: 70%;" readonly/> -->
<!-- </p> -->
<!-- </div> -->
<!-- </div> -->
<script src="/js/api-module.js"></script>
<script src="/js/sound.js"></script>
<script src="/js/menu.js"></script>
<script src="/js/main.js"></script>
<script src="/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>