mercury/frontend/index.html

14 lines
351 B
HTML
Raw Permalink Normal View History

2023-09-03 00:23:48 +02:00
<!doctype html>
<html lang="en">
2023-09-03 04:11:56 +02:00
<head>
<meta charset="UTF-8" />
2023-11-23 21:33:30 +01:00
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
2023-09-03 04:11:56 +02:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2023-11-23 21:33:30 +01:00
<title>Vite + Solid + TS</title>
2023-09-03 04:11:56 +02:00
</head>
<body>
2023-11-23 21:33:30 +01:00
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
2023-09-03 04:11:56 +02:00
</body>
2023-09-03 00:23:48 +02:00
</html>