2024-03-23 08:23:21 +00:00
|
|
|
<!doctype html>
|
2024-03-02 04:29:16 +00:00
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2024-03-23 08:23:21 +00:00
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<link rel="icon" type="image/xml+svg" href="/favicon.png" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2024-03-16 08:14:45 +00:00
|
|
|
<title>Solarplaza</title>
|
2024-03-02 04:29:16 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
|
|
|
<script type="module" src="/src/main.ts"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|