route96/ui_src/index.html

14 lines
355 B
HTML
Raw Permalink Normal View History

2024-09-24 13:49:17 +01:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2025-01-14 12:36:50 +00:00
<link rel="icon" type="image/jpg" href="/route96.jpg" />
2024-09-24 13:49:17 +01:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>route96</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>