coredoesdev/src/routes/+layout.svelte

5 lines
94 B
Svelte
Raw Normal View History

2023-06-01 01:09:44 +00:00
<svelte:head>
<link rel="stylesheet" href="/css/common.css">
</svelte:head>
<slot></slot>