coredoesdev/src/routes/+layout.svelte

5 lines
94 B
Svelte

<svelte:head>
<link rel="stylesheet" href="/css/common.css">
</svelte:head>
<slot></slot>