-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
61 lines (56 loc) · 3.92 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0"
/>
<title>Tunic Rune Decoder and Translator</title>
<meta name="theme-color" content="#8A0094">
<meta name="author" content="Saphire Lattice">
<meta name="description" content="Self-serve decoding/translation notebook tool for TUNIC rune language.">
<meta name="keywords" content="TUNIC,game,conlang,language,rune,translation,decode,decypher,puzzle">
<meta name="twitter:card" content="summary"/>
<meta name="twitter:creator" content="@SaphireLattice">
<meta name="twitter:site" content="@SaphireLattice">
<meta name="twitter:title" content="Tunic Rune Decoder and Translator"/>
<meta name="twitter:description" content="Self-serve decoding/translation notebook tool for TUNIC rune language."/>
<meta name="twitter:image" content="https://lunar.exchange/tunic-decoder/default-glyph.png"/>
<meta property="og:type" content="website"/>
<meta property="og:title" content="Tunic Rune Decoder and Translator"/>
<meta property="og:description"
content="Self-serve decoding/translation notebook tool for TUNIC rune language."/>
<meta property="og:determiner" content="the"/>
<meta property="og:locale" content="en_GB"/>
<meta property="og:image" content="https://lunar.exchange/tunic-decoder/default-glyph.png"/>
<!-- Generated with https://www.favicon-generator.org/, comment added by me because it was useful! - Saphire -->
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#8A0094">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<script async defer data-domain="lunar.exchange" src="/js/aluminum.js"></script>
</head>
<body>
<div id="app">
</div>
<noscript class="text-center mx-auto my-2 w-50">Sorry, this app is built with Vue and needs JavaScript loading enabled! It is too difficult to make a web app that would do this without any JS, as that would require a server to hold the state of your personal notes. This was developed solely for quick note taking for myself!</noscript>
<footer class="text-center mx-auto px-4 pb-2 d-flex flex-column">
<span>Tunic decoder/translator notebook app - <a href="https://github.com/SaphireLattice/tunic-decoder">Source code</a> - <a href="#" id="keybinds-button">Help</a> - Made with love by <a href="https://saphi.re/">Saphire Lattice</a> © 2022</span>
<span><a href="https://tunicgame.com/">TUNIC game</a> and glyph language @ ISOMETRICORP Games Ltd, Finji LLC, 2022</span>
</footer>
<script type="module" src="/src/main.ts"></script>
</body>
</html>