broke up monolithic structure

This commit is contained in:
Simon
2026-02-09 13:27:08 +00:00
parent f06a7cd3d0
commit ee1cb511df
10 changed files with 1195 additions and 1125 deletions

View File

@@ -8,7 +8,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lobster&family=Space+Grotesk:wght@500;600&family=Sora:wght@400;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="static/style.css">
<link rel="stylesheet" href="static/css/style.css">
</head>
<body>
<header class="top-bar">
@@ -118,7 +118,13 @@
<button id="error-toast-close" type="button" aria-label="Close"></button>
</div>
<script src="static/app.js"></script>
<script src="static/js/state.js"></script>
<script src="static/js/storage.js"></script>
<script src="static/js/player.js"></script>
<script src="static/js/favorites.js"></script>
<script src="static/js/videos.js"></script>
<script src="static/js/ui.js"></script>
<script src="static/js/main.js"></script>
<script src="https://cdn.jsdelivr.net/npm/hls.js@latest"></script>
</body>
</html>