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,3 +1,7 @@
|
|||
<script>
|
||||
import "$lib/styles/style.css";
|
||||
</script>
|
||||
|
||||
<!-- Footer.svelte -->
|
||||
<footer>
|
||||
<a href="/">Home</a>
|
||||
|
@ -16,10 +20,6 @@
|
|||
</nav>
|
||||
</footer>
|
||||
|
||||
<script>
|
||||
import '$lib/styles/style.css';
|
||||
</script>
|
||||
|
||||
<style>
|
||||
footer {
|
||||
padding: 1rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue