Add initial logic for 'boards'
This commit is contained in:
15
src/routes/board/+page.svelte
Normal file
15
src/routes/board/+page.svelte
Normal file
@@ -0,0 +1,15 @@
|
||||
<section>
|
||||
Live board are not yet implemented on the server
|
||||
</section>
|
||||
|
||||
<style>
|
||||
section {
|
||||
font-family: 'URW Gothic', sans-serif;
|
||||
text-align: center;
|
||||
font-size: 2rem;
|
||||
width: 90%;
|
||||
margin: auto;
|
||||
padding-top: 25px;
|
||||
max-width: 500px;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user