Add sauna
This commit is contained in:
15
webui/src/routes/+page.svelte
Normal file
15
webui/src/routes/+page.svelte
Normal file
@@ -0,0 +1,15 @@
|
||||
<script>
|
||||
import icon from "../../static/haus.svg"
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>Home</title>
|
||||
<meta name="description" content="Home"/>
|
||||
</svelte:head>
|
||||
|
||||
<section id='content_id' class='content'>
|
||||
<figure>
|
||||
<img src={icon} alt="Home" width=150/>
|
||||
</figure>
|
||||
<h1>Home</h1>
|
||||
</section>
|
Reference in New Issue
Block a user