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

13 lines
327 B
HTML
Raw Normal View History

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