rage-framework-example/apps/browser/index.html

13 lines
299 B
HTML
Raw Permalink Normal View History

2024-06-12 22:59:21 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2024-10-28 10:52:55 +00:00
<title>Svelte 5 Demo</title>
2024-06-12 22:59:21 +00:00
</head>
<body>
<div id="root"></div>
2024-10-28 10:52:55 +00:00
<script type="module" src="/src/main.ts"></script>
2024-06-12 22:59:21 +00:00
</body>
</html>