-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathindex.html.ejs
75 lines (74 loc) · 4.1 KB
/
index.html.ejs
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!doctype html>
<html lang="en" style="height: 100%">
<head>
<script>
window.INTERSLAVIC_PRELOAD = {}
INTERSLAVIC_PRELOAD['data/basic.json'] = fetch('data/basic.json').then((res) => res.json())
INTERSLAVIC_PRELOAD['data/translateStatistic.json'] = fetch('data/translateStatistic.json').then((res) => res.json())
</script>
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js?compat=recaptcha" defer></script>
<script src="is_com.js" defer></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#272727">
<link rel="manifest" href="manifest.json">
<link rel="apple-touch-icon" sizes="57x57" href="icons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="icons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="icons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="icons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="icons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="icons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="icons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="icons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="icons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="icons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="icons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png">
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="Interslavic Dictionary">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap">
<title>Interslavic Dictionary</title>
<meta name="Description"
content="It is a dictionary of the Interslavic language with translations into most of the Slavic languages, as well as into English, German and others. The project is being developed by a community of fans of this zonal constructed language.">
</head>
<body>
<noscript>
<h1>Interslavic Wordbook</h1>
<p>To use the site "Interslavic Dictionary", please enable javascript in your browser.</p>
<h3>About the project</h3>
<p>It is a dictionary of the Interslavic language with translations into most of the Slavic languages, as well as
into English, German and others. The project is being developed by a community of fans of this zonal constructed
language.</p>
<h3>The project's name in different languages:</h3>
<ul>
<li lang="en">Interslavic Wordbook</li>
<li lang="isv-Latn">Medžuslovjansky slovnik</li>
<li lang="isv-Cyrl">Меджусловјанскы словник</li>
<li lang="ru">Межславянский словарь</li>
<li lang="uk">Міжслов'янський словник</li>
<li lang="be">Міжславянскі слоўнік</li>
<li lang="pl">Słownik międzysłowiański</li>
<li lang="cs">Mezislovanský slovník</li>
<li lang="sk">Medzislovanský slovník</li>
<li lang="sl">Medslovanski slovar</li>
<li lang="hr">Međuslavenski rječnik</li>
<li lang="bs">Međuslavenski rječnik</li>
<li lang="cnr">Međuslavenski rječnik</li>
<li lang="sr">Међусловенски речник</li>
<li lang="mk">Меѓусловенски речник</li>
<li lang="bg">Междуславянски речник</li>
</ul>
<h3>Source code:</h3>
<a href="https://github.com/sonic16x/interslavic">https://github.com/sonic16x/interslavic</a>
</noscript>
<div id="app"></div>
<script defer>
const theme = JSON.parse(localStorage.getItem('reduxState'))?.colorTheme
if (theme) {
document.getElementById('app').className = `color-theme--${theme}`
}
</script>
</body>
</html>