-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·36 lines (29 loc) · 956 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
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vasak Desktop</title>
<link href="file:///usr/lib/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link rel="stylesheet" href="file:///usr/lib/libvasak-ui/css/style.min.css" />
<link rel="stylesheet" href="./css/style.css" />
</head>
<body>
<div id="app"></div>
<!--Dev-->
<!--<script type="importmap">
{
"imports": {
"vue": "file:///usr/lib/libvasak-vue/vue.esm-browser.min.js"
}
}
</script>-->
<!-- Prod -->
<script src="https://unpkg.com/vue@3/dist/vue.global.js"></script>
<script src="file:///usr/lib/bootstrap/js/bootstrap.min.js"></script>
<script src="./js/components/clock/ClockDate.js"></script>
<script src="./js/components/clock/ClockTime.js"></script>
<script src="./js/components/ClockWidget.js"></script>
<script src="./js/App.js"></script>
</body>
</html>