forked from viur-framework/viur-vi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.html
More file actions
21 lines (18 loc) · 672 Bytes
/
main.html
File metadata and controls
21 lines (18 loc) · 672 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="public/css/style.css"/>
<link rel="stylesheet" href="public/htmleditor/htmleditor.min.css"/>
<script src="public/htmleditor/htmleditor.min.js"></script>
<!-- Deactivating Service Worker for ViUR3 development -->
<!-- <script src="/vi/s/sw.js"></script> -->
<script src="/pyodide/pyodide.js"></script>
<script src="public/js/utils.js"></script>
<script src="public/js/startup.js"></script>
<link rel="manifest" href="manifest.webmanifest">
<link rel="shortcut icon" href="public/images/favicon.png" />
</head>
<body class="vi-screen is-loading">
</body>
</html>