mirror of
https://github.com/JonasunderscoreJones/wiki.jonasjones.dev.git
synced 2025-10-23 06:09:18 +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 Header from "$lib/components/Header.svelte";
|
||||||
import Footer from "$lib/components/Footer.svelte";
|
import Footer from "$lib/components/Footer.svelte";
|
||||||
import Navbar from "$lib/components/Navbar.svelte";
|
import Navbar from "$lib/components/Navbar.svelte";
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div style="height:2rem" />
|
<div style="height:2rem" />
|
||||||
<Header />
|
<Header />
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="column"><Navbar /></div>
|
<div class="column"><Navbar /></div>
|
||||||
<div class="column content flex_grow" style="margin-left: 0;">
|
<div class="column content flex_grow">
|
||||||
<main>
|
<main>
|
||||||
<slot />
|
<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>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue