sysinfo/web/src/routes/+layout.svelte

14 řádky
342 B
Svelte

<script>
import "../app.css";
</script>
<div class="font-mono flex justify-center">
<div class="w-full xl:w-3/4 p-6 xl:px-0">
<section class="mb-10 mt-4">
<h1 class="text-3xl font-bold"><a href="https://sysinfo.gwei.cz" class="underline hover:no-underline">sysinfo.gwei.cz</a></h1>
</section>
<slot />
</div>
</div>