svelte-helper
This commit is contained in:
21
svelte-helper/public/b/demo.html
Normal file
21
svelte-helper/public/b/demo.html
Normal file
@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<meta charset="UTF-8">
|
||||
<title>Demo page</title>
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<body>
|
||||
|
||||
<h1>Svelte embedding demo</h1>
|
||||
|
||||
<p>Below, we have inserted a <code>script</code> tag that should
|
||||
renter a Svelte component upon loading this page.</p>
|
||||
|
||||
<script src="dist.js"></script>
|
||||
|
||||
<script src="dist.js"></script>
|
||||
|
||||
<script src="dist.js"></script>
|
||||
|
||||
<p>This text will come after the embedded content.</p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user