summaryrefslogtreecommitdiff
path: root/morsehero/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'morsehero/index.html')
-rw-r--r--morsehero/index.html24
1 files changed, 22 insertions, 2 deletions
diff --git a/morsehero/index.html b/morsehero/index.html
index e4b78ea..4254c2b 100644
--- a/morsehero/index.html
+++ b/morsehero/index.html
@@ -2,9 +2,29 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
- <link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>Vite + React + TS</title>
+ <title>Learn Morse Code the Fun Way - Morse Hero</title>
+ <meta name="description"
+ content="Morse Hero is a fun, interactive game to learn Morse code. Practice your skills with audio playback and visual hints to master Morse code quickly." />
+ <meta name="keywords" content="morse code, morse code game, learn morse code, morse code practice, morse hero" />
+ <meta name="robots" content="index, follow" />
+ <meta name="canonical" href="https://morsehero.com" />
+
+ <link rel="apple-touch-icon" sizes="180x180" href="/ico/apple-touch-icon.png" />
+ <link rel="icon" type="image/png" sizes="32x32" href="/ico/icon-192.png" />
+ <link rel="icon" type="image/png" sizes="16x16" href="/ico/icon-192.png" />
+ <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>
<div id="root"></div>