mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
14 lines
404 B
Svelte
14 lines
404 B
Svelte
|
|
<svelte:head>
|
||
|
|
<title>Bored Game | About</title>
|
||
|
|
<meta name="description" content="About Bored Game" />
|
||
|
|
</svelte:head>
|
||
|
|
|
||
|
|
<div class="content">
|
||
|
|
<h1>About Bored Game</h1>
|
||
|
|
<p>
|
||
|
|
One day we were bored and wanted to play one of our board games. Our problem was that we didn't
|
||
|
|
know which one to play.
|
||
|
|
</p>
|
||
|
|
<p>Rather than just pick one I decided to make this overcomplicated version of choice.</p>
|
||
|
|
</div>
|