blackbirdchess-website-wip/src/routes/+layout.svelte

9 lines
119 B
Svelte

<script>
import '../app.postcss';
</script>
<svelte:head>
<title>Blackbird Chess</title>
</svelte:head>
<slot />