amber-web/index.html

15 lines
343 B
HTML
Raw Permalink Normal View History

2024-08-03 07:39:04 +00:00
<!doctype html>
2024-07-25 16:30:40 +00:00
<html lang="en">
2024-08-03 07:39:04 +00:00
<head>
2024-07-25 16:30:40 +00:00
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Leaflow Amber</title>
2024-08-03 07:39:04 +00:00
</head>
2024-07-25 16:30:40 +00:00
2024-08-03 07:39:04 +00:00
<body>
2024-07-25 16:30:40 +00:00
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
2024-08-03 07:39:04 +00:00
</body>
2024-07-25 16:30:40 +00:00
</html>