summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2024-07-06 21:24:04 -0500
committersanine <sanine.not@pm.me>2024-07-06 21:24:04 -0500
commitc012fec2870757990080e823d42dd91031e64f25 (patch)
treefa5863939b883c0cf301cda333777cd543f350a1 /index.html
parent03528a25215330d3b00cabdb1bbe7ce701e1bfeb (diff)
set rocket to relatively constant velocity
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html
index 485a79e..20d07b9 100644
--- a/index.html
+++ b/index.html
@@ -8,10 +8,11 @@
<script src="mathjs/mathjs-expression-parser.js"></script>
<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=Jura:wght@300..700&display=swap" rel="stylesheet">
+ <link href="https://fonts.googleapis.com/css2?family=VT323&display=swap" rel="stylesheet">
<link href="style.css" rel="stylesheet">
</head>
<body style="font-family: Jura;">
+ <script>0</script>
<audio id="music-starboard" src="sounds/music/starboard.mp3"></audio>
<audio id="music-minute" src="sounds/music/minute.mp3"></audio>
<audio id="music-cribwhistling" src="sounds/music/cribwhistling.mp3"></audio>