Interactive/pkg/views/index.html

14 lines
354 B
HTML
Raw Normal View History

2024-03-02 04:29:16 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
2024-03-16 08:14:45 +00:00
<link rel="icon" type="image/xml+svg" href="/favicon.svg">
2024-03-02 04:29:16 +00:00
<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>