mirror of
https://github.com/BradNut/svelte-3d
synced 2025-09-08 17:40:17 +00:00
Update header and refresh button.
This commit is contained in:
parent
0cb7b8cae7
commit
470732fb49
2 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
</script>
|
||||
|
||||
<header>
|
||||
<h1>Svelte 3D</h1>
|
||||
<h1><a href="/">Svelte 3D</a></h1>
|
||||
<nav>
|
||||
<a href="/cubes">Cubes</a>
|
||||
<a href="/star-canvas">Rotating Star</a>
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@
|
|||
</script>
|
||||
|
||||
<div class="controls">
|
||||
<h1>Refresh render here</h1>
|
||||
<button on:click={refresh}>Refresh</button>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue