1
0
Fork 0

lint(gui): required tags for index page

This commit is contained in:
Sean Sube 2023-01-05 22:51:08 -06:00
parent 82e7fbf7c5
commit f2ee2bb0e7
1 changed files with 9 additions and 3 deletions

View File

@ -1,4 +1,10 @@
<html>
<div id="app"></div>
<script id="bundle" src="./bundle/main.js" type="module"></script>
<!DOCTYPE html>
<html lang="en">
<head>
<title>ONNX Web</title>
</head>
<body>
<div id="app"></div>
<script id="bundle" src="./bundle/main.js" type="module"></script>
</body>
</html>