-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (30 loc) · 1.85 KB
/
index.html
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 http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Mnemonic Ninja</title>
<meta name="description" content="Mnemonic Ninja is a free and open-source tool that helps you memorize numbers by converting them into memorable words and phrases using the Mnemonic Major System. Perfect for both beginners and experienced users.">
<meta name="author" content="Gabe Cook">
<meta name="keywords" content="mnemonic major system, convert, memorize numbers, phonetic, memorization technique, mnemonic major converter">
<meta property="og:title" content="Mnemonic Ninja">
<meta property="og:image" content="/img/thumb.png">
<meta property="og:description" content="The mnemonic major system aids in numeric memorization by linking numbers with specific phonetic sounds, allowing you to convert a number to a word. This site will help do these conversions for you.">
<meta property="og:url" content="https://mnemonic.ninja/">
<meta property="og:type" content="website">
<link rel="apple-touch-icon" sizes="180x180" href="/img/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/icons/favicon-16x16.png">
<link rel="mask-icon" href="/img/icons/safari-pinned-tab.svg" color="#607d8b">
<meta name="msapplication-TileColor" content="#607d8b">
<meta name="theme-color" content="#607d8b">
</head>
<body>
<noscript>
<strong>We're sorry but Mnemonic Ninja doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>