mirror of
https://github.com/JonasunderscoreJones/wiki.jonasjones.dev.git
synced 2025-10-22 13:59:19 +02:00
Removed garbage code
This commit is contained in:
parent
232d9421c6
commit
45e2657cd1
1 changed files with 2 additions and 9 deletions
|
@ -2,23 +2,16 @@
|
|||
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" />
|
||||
<Header />
|
||||
<div class="container">
|
||||
<div class="column"><Navbar /></div>
|
||||
<div class="column content flex_grow" style="margin-left: 0;">
|
||||
<div class="column content flex_grow">
|
||||
<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>
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue