This commit is contained in:
foxster-mp4
2023-07-17 19:16:44 -07:00
parent 8eef026fa8
commit 8ed7aa4bc1
23 changed files with 546 additions and 357 deletions

View File

@@ -1,11 +1,18 @@
<!--
index.html
altsource-viewer (https://github.com/therealFoxster/altsource-viewer)
Copyright (c) 2023 Foxster.
MIT License.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/shared.css">
<link rel="stylesheet" href="css/uibanner.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body class="loading">
<div id="loading">
@@ -39,8 +46,6 @@
</div>
</div>
</div>
<script src="js/shared.js"></script>
<script src="js/index.js"></script>
<script src="js/main.js"></script>
<script src="js/index.js" type="module"></script>
</body>
</html>