first commit

This commit is contained in:
2022-12-13 07:42:44 +08:00
commit 7ef2644e20
46 changed files with 7810 additions and 0 deletions

13
web/public/index.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>Title</title>
</head>
<body>
<div id="root">
<h1 style="text-align: center;">Loading Sam's AIS...</h1>
</div>
<script type="module" src="/ais.js"></script>
</body>
</html>