diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..4254c2b --- /dev/null +++ b/index.html @@ -0,0 +1,33 @@ +<!doctype html> +<html lang="en"> + <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> + <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> + <script type="module" src="/src/main.tsx"></script> + </body> +</html> |
