-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (28 loc) · 891 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
</body>
<script src="./dist/build.js"></script>
<script>
</script>
<!-- <script src="./index.js"></script> -->
<!-- <script src="http://192.168.64.2/build2.js"></script> -->
<!-- <script type="text/javascript"> -->
<!-- <script type="module">
// console.log(isEmpty())
import utils from 'http://192.168.64.2/build2.js'
console.log(utils)
// var utils = require('./dist/build.js')
// import utils from './src/utils.js'
</script> -->
<!-- <script type="module">
// import utils from 'http://192.168.64.2/build2.js'
</script> -->
</html>
<!-- // console.log(test()) // utils.default.test(); // console.log(config.verification.isEmpty()) -->