(julien) add the footer

This commit is contained in:
Julien Calixte
2023-07-08 10:19:56 +02:00
parent 5001f2708e
commit 0a963e9503
3 changed files with 47 additions and 19 deletions

View File

@@ -3,18 +3,25 @@ import { RouterLink, RouterView } from 'vue-router'
</script>
<template>
<header>
<nav>
<router-link class="title is-3" to="/">
<img class="logo" src="/loop.png" alt="Loopycode" />
</router-link>
</nav>
</header>
<div class="app">
<header>
<nav>
<router-link class="title is-3" to="/">
<img class="logo" src="/loop.png" alt="Loopycode" />
</router-link>
</nav>
</header>
<RouterView />
<RouterView />
</div>
</template>
<style scoped>
.app {
display: flex;
flex-direction: column;
height: 100vh;
}
nav {
margin: 1rem 0;
display: flex;