move js load to header

master
evan 2019-10-08 19:08:29 -07:00
parent 01fe18d3ee
commit bbc5fac9fb
1 changed files with 1 additions and 2 deletions

View File

@ -5,6 +5,7 @@
<meta charset="utf-8">
<link rel="icon" href="/favicon.ico">
<script src="bundle.js"></script>
</head>
<body>
@ -56,8 +57,6 @@
Export
</div>
</div>
<script src="bundle.js"></script>
</body>
</html>