RoadSign/pkg/sideload/view/index.html

14 lines
367 B
HTML
Raw Normal View History

2024-01-25 16:00:07 +00:00
<!doctype html>
2024-01-01 10:07:21 +00:00
<html lang="en">
<head>
2024-01-25 16:00:07 +00:00
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Solid + TS</title>
2024-01-01 10:07:21 +00:00
</head>
<body>
2024-01-25 16:00:07 +00:00
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
2024-01-01 10:07:21 +00:00
</body>
</html>