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

9 lines
119 B
Svelte
Raw Normal View History

2023-01-05 13:59:59 +01:00
<script>
import '../app.postcss';
</script>
<svelte:head>
<title>Blackbird Chess</title>
</svelte:head>
<slot />