-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (44 loc) · 1.63 KB
/
Copy pathindex.html
File metadata and controls
47 lines (44 loc) · 1.63 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="theme-color" content="#9ccc65" />
<link rel="manifest" href="/manifest.json" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#9ccc65" />
<title>Morse Camp</title>
<meta
name="description"
content="Morse Camp trains you to have fluent conversations in Morse code."
/>
<!-- Schema.org markup -->
<meta itemprop="name" content="Morse Camp" />
<meta
itemprop="description"
content="Morse Camp trains you to have fluent conversations in Morse code."
/>
<meta itemprop="image" content="/logo.png" />
<!-- Twitter Card data -->
<meta name="twitter:card" value="summary" />
<!-- Open Graph data -->
<meta property="og:title" content="Morse Camp" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://morsecamp.net" />
<meta property="og:image" content="/logo.png" />
<meta
property="og:description"
content="Morse Camp trains you to have fluent conversations in Morse code."
/>
</head>
<body>
<noscript> You need to enable JavaScript to run this app. </noscript>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>