-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (43 loc) · 1.33 KB
/
index.html
File metadata and controls
46 lines (43 loc) · 1.33 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="Pragma" content="no-cache" />
<meta
http-equiv="cache-control"
content="no-cache, no-store, must-revalidate"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="theme-color" content="#000000" />
<link rel="manifest" href="/manifest.json" />
<link rel="shortcut icon" href="/favicon.ico" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500"
/>
<title>sátni.org</title>
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="root"></div>
<!--[if lte IE 10]>
<p>
You are using a browser that unfortunately is too old.<br />
You could install a newer version of
<a
href="https://www.microsoft.com/en-us/download/internet-explorer-11-for-windows-7-details.aspx"
>Internet Explorer</a
><br />
or use either <a href="https://getfirefox.com">Firefox</a> or
<a href="https://www.google.com/chrome/">Google Chrome</a>.
</p>
<![endif]-->
<!-- Vite will inject the script tag here -->
<script type="module" src="/src/index.tsx"></script>
</body>
</html>