-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (34 loc) · 1.93 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
<!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>Esperanto alphabet converter</title>
<meta property="og:title" content="Esperanto alphabet converter" />
<meta name="author" content="Salif Mehmed" />
<meta name="robots" content="index, follow" />
<meta name="description" content="A tool for transliterating Esperanto text into other alphabets" />
<meta property="og:description" content="A tool for transliterating Esperanto text into other alphabets" />
<link rel="canonical" href="https://salif.github.io/alfabetoj/" />
<meta property="og:url" content="https://salif.github.io/alfabetoj/" />
<meta property="og:site_name" content="Esperanto alphabet converter" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://salif.github.io/alfabetoj/android-icon-144x144.png" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="icon" type="image/png" sizes="96x96" href="favicon-96x96.png" />
<link rel="manifest" href="manifest.json" />
<script data-goatcounter="https://sgi.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
</head>
<body class="bg-light">
<div class="container mb-5" id="main"></div>
<noscript><div class="container fw-bold">This page requires JavaScript to work properly.</div></noscript>
<script src="./konvertilo.js"></script>
<script src="./script.js"></script>
</body>
</html>