summaryrefslogtreecommitdiff
path: root/morsehero/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'morsehero/index.html')
-rw-r--r--morsehero/index.html33
1 files changed, 0 insertions, 33 deletions
diff --git a/morsehero/index.html b/morsehero/index.html
deleted file mode 100644
index 4254c2b..0000000
--- a/morsehero/index.html
+++ /dev/null
@@ -1,33 +0,0 @@
-<!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>