From f747a43eb9d410be0fe4e2cb6e340db9f949fbba Mon Sep 17 00:00:00 2001
From: sanine <sanine.not@pm.me>
Date: Sat, 6 Jul 2024 17:46:43 -0500
Subject: add basic style

---
 index.html | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

(limited to 'index.html')

diff --git a/index.html b/index.html
index d724516..fba6177 100644
--- a/index.html
+++ b/index.html
@@ -2,11 +2,16 @@
 <html>
 	<head>
 		<meta charset="utf-8">
+    	<meta name="viewport" content="width=device-width, initial-scale=1">
 		<title>robotic</title>
 		<script type="module" src="main.js"></script>
   		<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="style.css" rel="stylesheet">
 	</head>
-	<body>
+	<body style="font-family: Jura;">
 		<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>
@@ -17,8 +22,9 @@
 		<audio id="sfx-wrong" src="sounds/sfx/gui-beep/33789__jobro__5-beep-c.wav"></audio>
 
 		<audio id="sfx-buttonenter" src="sounds/sfx/gui-beep/33777__jobro__1-beep-c.wav"></audio>
-		<audio id="sfx-buttonclick" src="sounds/sfx/gui-beep/33778__jobro__2-beep-a.wav"></audio>
+		<audio id="sfx-buttonclick" src="sounds/sfx/gui-beep/33780__jobro__2-beep-c.wav"></audio>
 
 		<div id="root"></div>
+		<div id="overlay"></div>
 	</body>
 </html>
-- 
cgit v1.2.1