added content to latest devlog
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
<script lang="ts">
|
||||
import Header from "$lib/header.svelte";
|
||||
import Footer from "$lib/footer.svelte";
|
||||
import GamedevWebring from "$lib/webrings/gamedev.svelte";
|
||||
import Gallery from "$lib/lists/gallery-entry.svelte";
|
||||
import LinkList from "$lib/link-list.svelte";
|
||||
@@ -24,8 +22,6 @@
|
||||
};
|
||||
</script>
|
||||
|
||||
<Header />
|
||||
|
||||
<h1><i>Moin!</i> ~ welcome to my website :)</h1>
|
||||
|
||||
<div class="container">
|
||||
@@ -90,8 +86,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<Footer />
|
||||
|
||||
<style>
|
||||
.container {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user