mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
12 lines
254 B
Svelte
12 lines
254 B
Svelte
<h1>There was an error searching for games! 🤦♂️</h1>
|
|
<h2>Please try again later. 🙇🏼</h2>
|
|
|
|
<style>
|
|
h1,
|
|
h2 {
|
|
margin-top: var(--spacing-64);
|
|
font-family: var(--font-sans);
|
|
font-size: var(--font-32);
|
|
text-align: center;
|
|
}
|
|
</style>
|