Skip to content

Commit

Permalink
Create model-server.html
Browse files Browse the repository at this point in the history
  • Loading branch information
backspaces authored Jun 6, 2024
1 parent e854671 commit 0d48b4e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions model-server.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<html>

<head>
<title>model-server</title>
</head>

<body>
<script type="module">
import './model-server.js'
</script>
<div id="modelDiv"></div>
</body>

</html>

0 comments on commit 0d48b4e

Please sign in to comment.