mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-09-04 10:51:14 +00:00
20240323 Commit
Finished implementing peer settings dropdown and planned how peer settings will be link
This commit is contained in:
14
src/static/app/dist/index.html
vendored
Normal file
14
src/static/app/dist/index.html
vendored
Normal 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>
|
Reference in New Issue
Block a user