gear-orders/flask/templates/dashboard.html

17 lines
377 B
HTML
Raw Normal View History

2026-01-09 22:56:54 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
2026-01-09 23:45:03 +00:00
<title>Gear Orders Bot</title>
2026-01-09 22:56:54 +00:00
2026-01-10 03:44:55 +00:00
<script type="module" src="/v/@vite/client"></script>
<script type="module" src="/v/src/main.tsx"></script>
2026-01-09 22:56:54 +00:00
</head>
2026-01-10 03:44:55 +00:00
<body>
<div id="root"></div>
</body>
2026-01-09 22:56:54 +00:00
</html>