Worldshaper/index.html

15 lines
364 B
HTML
Raw Permalink Normal View History

2026-06-26 18:18:14 -04:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2026-06-26 20:30:30 -04:00
<title>Worldshaper</title>
2026-06-26 18:18:14 -04:00
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
2026-06-26 20:30:30 -04:00