blob: 825e1e2cb73baa5cfb4b70bc9282436fbe6b57c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!DOCTYPE html>
<html>
<head>
<title> Your title </title>
</head>
<body>
<!-- live reload script -->
<script src="http://localhost:8081"></script>
<!-- the main bundle served from index.js -->
<script src="bundle.js"></script>
<!--
Other bundles
<script src="entry/other-entry.js"></script>
-->
</body>
</html>
|