parent
7bec9a633f
commit
c8448a1515
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>
|
<svelte:head>
|
||||||
import "beercss/dist/cdn/beer.min.css";
|
<title>Ottawa board games, trades and sales</title>
|
||||||
//import beercss from "./dist/cdn/beer.min.js";
|
</svelte:head>
|
||||||
</script>
|
|
||||||
|
|
||||||
<main class="responsive">
|
<main class="responsive">
|
||||||
|
<slot />
|
||||||
<slot/>
|
|
||||||
</main>
|
</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