-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 903 Bytes
/
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<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" type="text/css" href="/css/index.css" >
<link rel="stylesheet" type="text/css" charset="UTF-8" href="/css/slick.min.css" />
<link rel="stylesheet" type="text/css" href="/css/slick-theme.min.css" />
<title>Bibel Wiki</title>
</head>
<body>
<div id="root"></div>
<script>
/**
* this is a hack for vite
* error: global is not defined
*/
var global = global || window
</script>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>