2024-01-27 16:05:19 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
2024-03-18 11:54:42 +00:00
|
|
|
<link rel="icon" type="image/xml+svg" href="/favicon.png" />
|
2024-01-27 16:05:19 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2024-03-12 13:26:00 +00:00
|
|
|
<title>Solarpass</title>
|
2024-01-27 16:05:19 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2024-03-12 13:26:00 +00:00
|
|
|
<div id="app"></div>
|
|
|
|
<script type="module" src="/src/main.ts"></script>
|
2024-01-27 16:05:19 +00:00
|
|
|
</body>
|
|
|
|
</html>
|