-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (25 loc) · 1022 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
27
28
29
30
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link id="canonical" rel="canonical" href="https://imitation.sacy.be/" />
<title>De l’Imitation de Jésus-Christ</title>
<link rel="stylesheet" type="text/css" href="ui/css/ui.css">
<link rel="icon" type="image/png" href="icon-512x512.png" sizes="512x512"/>
<link rel="manifest" href="manifest.webmanifest">
</head>
<body id="body">
<div id="uiContainer"></div>
<script src="env.js"></script>
<script src="ui/js/lib/vue.min.js"></script>
<script src="ui/js/lib/vuex.min.js"></script>
<script src="ui/js/lib/hammer.min.js"></script>
<script src="ui/js/ui.js"></script>
<script>ui_init(UI_ENV)</script>
<script src="ui/js/lib/darkmode-js.min.js"></script>
<script src="ui/js/darkmode.js"></script>
<script src="ui/js/lib/clipboard.min.js"></script>
<script src="ui/js/clipboard.js"></script>
</body>
</html>