[M] Rename

This commit is contained in:
Azalea
2024-02-08 02:51:31 -05:00
parent fa567ce0e2
commit 071491b459
18 changed files with 31 additions and 34 deletions

13
AquaNet/index.html Normal file
View File

@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AquaNet</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>