-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (41 loc) · 1.57 KB
/
index.html
File metadata and controls
44 lines (41 loc) · 1.57 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
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GalleryView</title>
<link rel="stylesheet" href="./src_gallery_view/css/main.css">
<link rel="stylesheet" href="./src_gallery_view/css/calendar.css">
<link rel="stylesheet" href="./src_gallery_view/css/day.css">
<link rel="stylesheet" href="./src_gallery_view/css/preview.css">
</head>
<body>
<app></app>
<script src="./config.js"></script>
<script src="./result.js"></script>
<script>
const errormessage = 'Messages are not converted';
try {
if (messages === undefined) {
alert(errormessage);
}
} catch (ReferenceError) {
alert(errormessage);
}
</script>
<script src="./src_gallery_view/js/loader.js"></script>
<script src="./src_gallery_view/js/lib.js"></script>
<script src="./src_gallery_view/js/components.js"></script>
<script src="./src_gallery_view/js/calendar.js"></script>
<script src="./src_gallery_view/js/day.js"></script>
<script src="./src_gallery_view/js/preview.js"></script>
<script src="./src_gallery_view/js/background.js"></script>
<script>
void (async function _() {
await data.init().then(_ => {
calendar.init()
!NO_BACKGROUND? background.init(): null
})
})()
</script>
</body>
</html>