1
0
Fork 0
onnx-web/gui/src/index.html

10 lines
202 B
HTML
Raw Normal View History

<!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>
2023-01-05 03:55:25 +00:00
</html>