RoadSign/pkg/sideload/view/index.html

14 lines
370 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" />
2024-01-26 05:07:42 +00:00
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
2024-01-25 16:00:07 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2024-01-26 05:07:42 +00:00
<title>RoadSign Sideload</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>