Update header and refresh button.

This commit is contained in:
Bradley Shellnut 2022-05-05 17:07:53 -07:00
parent 0cb7b8cae7
commit 470732fb49
2 changed files with 2 additions and 1 deletions

View file

@ -3,7 +3,7 @@
</script> </script>
<header> <header>
<h1>Svelte 3D</h1> <h1><a href="/">Svelte 3D</a></h1>
<nav> <nav>
<a href="/cubes">Cubes</a> <a href="/cubes">Cubes</a>
<a href="/star-canvas">Rotating Star</a> <a href="/star-canvas">Rotating Star</a>

View file

@ -22,6 +22,7 @@
</script> </script>
<div class="controls"> <div class="controls">
<h1>Refresh render here</h1>
<button on:click={refresh}>Refresh</button> <button on:click={refresh}>Refresh</button>
</div> </div>