Skip to content

Commit 8e4384b

Browse files
authoredApr 20, 2020
Update script tag to be inside body (umijs#464)
1 parent 83faae1 commit 8e4384b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎examples/purehtml/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
Purehtml Example
1313
</div>
1414
<div id="purehtml-container" style="text-align:center"></div>
15+
<script src="//localhost:7104/entry.js" entry></script>
1516
</body>
16-
<script src="//localhost:7104/entry.js" entry></script>
17-
</html>
17+
</html>

0 commit comments

Comments
 (0)
Please sign in to comment.