router-ui-frontend/index.html

12 lines
285 B
HTML
Raw Normal View History

2024-08-19 21:03:08 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Router Dashboard</title>
</head>
2024-08-21 11:22:12 +00:00
<body id="app">
2024-08-19 21:03:08 +00:00
<script type="module" src="/src/main.ts"></script>
</body>
</html>