Clean up clean up everybody everywhere

This commit is contained in:
foxster-mp4
2023-08-17 13:23:13 -07:00
parent 71d7684719
commit 1cc185d3cc
6 changed files with 53 additions and 51 deletions

View File

@@ -1,5 +1,5 @@
<!--
news.html
version-history.html
altsource-viewer (https://github.com/therealFoxster/altsource-viewer)
Copyright (c) 2023 Foxster.
@@ -8,7 +8,6 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
@@ -16,7 +15,6 @@
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/version-history.css">
</head>
<body class="loading">
<div id="loading">
<img src="img/loading.gif" alt="loading">
@@ -29,5 +27,4 @@
</div>
<script src="js/versionHistory.js" type="module"></script>
</body>
</html>