forked from KINGMJ/my-webpack-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (21 loc) · 731 Bytes
/
Copy pathindex.html
File metadata and controls
25 lines (21 loc) · 731 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>webpack-cli</title>
<!--<link rel="stylesheet" href="./dist/contact.css">-->
<!--<link rel="stylesheet" href="./dist/home.css">-->
</head>
<body>
<div id="container">
<p>Hello World!</p>
<div class="modal"></div>
</div>
</body>
<script src="http://localhost:9000/dist/js/about.js"></script>
<script src="http://localhost:9000/dist/js/contact.js"></script>
<script src="http://localhost:9000/dist/js/home.js"></script>
<!--<script src="./dist/js/about.e8a5fc7a7cbe169d8b00.min.js"></script>-->
<!--<script src="./dist/js/contact.e8a5fc7a7cbe169d8b00.min.js"></script>-->
<!--<script src="./dist/js/home.e8a5fc7a7cbe169d8b00.min.js"></script>-->
</html>