update deployment

This commit is contained in:
2024-09-29 18:17:10 +02:00
parent 2f0d8f2e1d
commit ca8bfac3bc
13 changed files with 426 additions and 24 deletions

View File

@@ -0,0 +1,16 @@
<script lang="ts">
let { children } = $props();
</script>
<h1><a href="/ota-update/">Firmware Update</a></h1>
{@render children()}
<style lang="scss">
h1 {
margin-block: 1em;
padding: 0;
font-size: 3em;
font-weight: 400;
}
</style>