-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (29 loc) · 1.46 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:url" content="https://donkeydushan.github.io/lesnyduch/" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Lesný duch" />
<meta property="og:description" content="Zadavatel: DFW, zpracovatel: Natálie & Hroznej debil" />
<meta property="og:image" content="https://donkeydushan.github.io/lesnyduch/assets/swamp.ec6f2d5f.jpeg" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@donkeydushan" />
<meta name="twitter:title" content="Lesný duch" />
<meta name="twitter:description" content="Zadavatel: DFW, zpracovatel: Natálie & Hroznej debil" />
<meta name="twitter:image" content="https://donkeydushan.github.io/lesnyduch/assets/swamp.ec6f2d5f.jpeg" />
<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="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<title>Lesný duch</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>