diff options
| -rw-r--r-- | index.html | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -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 |
