Update CI #4

Closed
rgebee wants to merge 99 commits from ci-test into main
Showing only changes of commit 768a1351eb - Show all commits

View File

@ -24,6 +24,17 @@
}); });
</script> </script>
<style>
section {
border-radius: 5px;
padding: 5px 20px;
}
main {
margin-top: 30px;
}
</style>
<svelte:head> <svelte:head>
<title>Quartznet</title> <title>Quartznet</title>
</svelte:head> </svelte:head>
@ -37,14 +48,3 @@
{/each} {/each}
</section> </section>
</main> </main>
<style>
section {
border-radius: 5px;
padding: 5px 20px;
}
main {
margin-top: 30px;
}
</style>