simpler script tag
This commit is contained in:
parent
c1e2b9ec5c
commit
748af61341
1 changed files with 1 additions and 1 deletions
|
|
@ -7,6 +7,6 @@
|
|||
<link rel="stylesheet" href="index.css" charset="utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<script>require('./index.js')</script>
|
||||
<script src='index.js'></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue