0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-28 16:12:17 +01:00
svelte/playgrounds/demo/index.html
Simon Holthausen fe8a9ce31d breaking: init Svelte 5
Co-authored-by: Rich Harris <rich.harris@vercel.com>
Co-authored-by: Simon Holthausen <simon.holthausen@vercel.com>
Co-authored-by: Dominic Gannaway <dg@domgan.com>
2023-11-10 15:48:23 +01:00

13 lines
308 B
HTML

<!doctype html>
<html lang="en">
<head>
<link href="/demo.css" rel="stylesheet" />
<!--ssr-head-->
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"><!--ssr-html--></div>
<script type="module" src="/src/entry-client.ts"></script>
</body>
</html>