mercury/frontend/index.html

13 lines
279 B
HTML
Raw 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" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2023-09-15 16:33:25 +02:00
<title>Mercury</title>
2023-09-03 04:11:56 +02:00
</head>
<body>
<div id="app"></div>
2023-09-15 16:33:25 +02:00
<script type="module" src="/src/main.tsx"></script>
2023-09-03 04:11:56 +02:00
</body>
2023-09-03 00:23:48 +02:00
</html>