mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-28 16:12:17 +01:00
fe8a9ce31d
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>
13 lines
308 B
HTML
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>
|