-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (35 loc) · 1.55 KB
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gunjs + Vue + Webpack 4 + Gulp</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<!--
<script src="https://cdn.jsdelivr.net/npm/gun@0.2020.116/gun.js"></script>
<script src="https://cdn.jsdelivr.net/npm/gun@0.2020.116/sea.js"></script>
<script src="https://cdn.jsdelivr.net/npm/gun@0.2020.116/lib/radix.js"></script>
<script src="https://cdn.jsdelivr.net/npm/gun@0.2020.116/lib/radisk.js"></script>
<script src="https://cdn.jsdelivr.net/npm/gun@0.2020.116/lib/store.js"></script>
<script src="https://cdn.jsdelivr.net/npm/gun@0.2020.116/lib/rindexed.js"></script>
-->
<!--STYLE SHEET-->
<link rel = "stylesheet" type = "text/css" href = "global.css" />
</head>
<body>
<div id="app">
<!--
<div class="container">
<div class="row my-5 justify-content-center">
<div class="col-sm-6">
<h1 class="text-center">{{ message }}</h1>
<hello-component />
Test
</div>
</div>
</div>
-->
</div>
<script src="/bundle.js"></script>
</body>
</html>