summaryrefslogtreecommitdiff
path: root/index.html
blob: 4254c2bc9211036174dcc034c7c0cf917d3b1275 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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>