mirror of
https://github.com/JonasunderscoreJones/wiki.jonasjones.dev.git
synced 2025-10-23 14:19:18 +02:00
code refactor
This commit is contained in:
parent
c53f125b4c
commit
5677e317b8
5 changed files with 82 additions and 57 deletions
|
@ -1,10 +1,10 @@
|
|||
<script>
|
||||
import Header from '$lib/components/Header.svelte';
|
||||
import Footer from '$lib/components/Footer.svelte';
|
||||
import Navbar from '$lib/components/Navbar.svelte';
|
||||
|
||||
import Header from "$lib/components/Header.svelte";
|
||||
import Footer from "$lib/components/Footer.svelte";
|
||||
import Navbar from "$lib/components/Navbar.svelte";
|
||||
</script>
|
||||
<div style="height:2rem"></div>
|
||||
|
||||
<div style="height:2rem" />
|
||||
<Header />
|
||||
<div class="container">
|
||||
<div class="column"><Navbar /></div>
|
||||
|
@ -12,10 +12,16 @@
|
|||
<main>
|
||||
<slot />
|
||||
<!-- Please god forgive me -->
|
||||
<h1 style="color: var(--container-background-color);margin:0;padding:0" class="unselectable">YOU CANT SEE THIS YOU CANT SEE THIS YOU CANT SEE THIS YOU CANT SEE THIS</h1>
|
||||
<h1
|
||||
style="color: var(--container-background-color);margin:0;padding:0"
|
||||
class="unselectable"
|
||||
>
|
||||
YOU CANT SEE THIS YOU CANT SEE THIS YOU CANT SEE THIS YOU CANT
|
||||
SEE THIS
|
||||
</h1>
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<Footer />
|
||||
<div style="height:2rem"></div>
|
||||
<div style="height:2rem" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue