Actually works decently now
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
askiiart 2024-01-02 23:26:36 -05:00
parent fba2ed646e
commit 01df9cc6dc
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
7 changed files with 32 additions and 31 deletions

View file

@ -3,7 +3,7 @@
<head>
<meta content="width=device-width, initial-scale=1" charset="utf-8" />
<link rel="icon" href="feed-the-void.png" type="image/icon">
<meta http-equiv="refresh" content="5" />
<meta http-equiv="refresh" content="3" />
<title>F E E D T H E V O I D</title>
<link href="prism.min.css" rel="stylesheet" />
<link href="style.min.css" rel="stylesheet" />
@ -29,6 +29,6 @@
<script src="prism.js"></script>
</body>
<footer>
<p><a href="https://git.askiiart.net/askiiart/feed-the-void">code</a> | <b>this page refreshes every 5 seconds</b></p>
<p><a href="https://git.askiiart.net/askiiart/feed-the-void">code</a> | <b>this page refreshes every 3 seconds</b></p>
</footer>
</html>