simpler script tag
This commit is contained in:
@@ -7,6 +7,6 @@
|
|||||||
<link rel="stylesheet" href="index.css" charset="utf-8">
|
<link rel="stylesheet" href="index.css" charset="utf-8">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<script>require('./index.js')</script>
|
<script src='index.js'></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user