20240323 Commit

Finished implementing peer settings dropdown and planned how peer settings will be link
This commit is contained in:
Donald Zou
2024-03-21 02:03:08 -04:00
parent 0aa4c8af6f
commit f1e71ecb78
15 changed files with 1644 additions and 429 deletions

14
src/static/app/dist/index.html vendored Normal file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/static/app/dist/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
<script type="module" crossorigin src="/static/app/dist/assets/index.js"></script>
<link rel="stylesheet" crossorigin href="/static/app/dist/assets/index.css">
</head>
<body>
<div id="app" class="w-100 vh-100"></div>
</body>
</html>