summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-03-07 13:40:02 +0100
committerYuval Adam <_@yuv.al>2025-03-07 13:40:02 +0100
commitc8ca163527eab6fcb5597627b2f917b7248a5f41 (patch)
tree1411c0f31094a242912178c0ff2d29ab85dd3703
parent5e6c0980e8edede300920e3ee50dba6cfecb62fb (diff)
Cleanup index
-rw-r--r--index.html17
1 files changed, 9 insertions, 8 deletions
diff --git a/index.html b/index.html
index 4254c2b..2a2880e 100644
--- a/index.html
+++ b/index.html
@@ -1,6 +1,7 @@
<!doctype html>
<html lang="en">
- <head>
+
+<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Learn Morse Code the Fun Way - Morse Hero</title>
@@ -16,18 +17,18 @@
<link rel="manifest" href="/site.webmanifest" />
<meta name="theme-color" content="#2c3e50" />
- <!-- Google Fonts -->
<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=Fredoka:wght@400;600&family=Poppins:wght@400;600;700&display=swap"
rel="stylesheet" />
-
- <!-- Analytics -->
+
<script src="https://cdn.usefathom.com/script.js" data-site="NEBPAKSA" defer></script>
- </head>
- <body>
+</head>
+
+<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
- </body>
-</html>
+</body>
+
+</html> \ No newline at end of file