Merge branch 'gt24-add-header'
This commit is contained in:
commit
6306cb32be
5
.changeset/chilly-parrots-cover.md
Normal file
5
.changeset/chilly-parrots-cover.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"ottawa-boardgame-sell-bgg": minor
|
||||
---
|
||||
|
||||
feat: add a title to the page
|
@ -1,9 +1,11 @@
|
||||
<script>
|
||||
import "beercss/dist/cdn/beer.min.css";
|
||||
//import beercss from "./dist/cdn/beer.min.js";
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>Ottawa board games, trades and sales</title>
|
||||
</svelte:head>
|
||||
<main class="responsive">
|
||||
|
||||
<slot />
|
||||
</main>
|
||||
|
||||
<script>
|
||||
import 'beercss/dist/cdn/beer.min.css';
|
||||
//import beercss from "./dist/cdn/beer.min.js";
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user