link to /

feat/vaults
Tomáš Mládek 2021-02-21 12:32:00 +01:00
parent b0d6b34ecd
commit 3a8aa21692
1 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<template> <template>
<div id="app"> <div id="app">
<header><h1>UpEnd</h1></header> <header><h1><a href="/">UpEnd</a></h1></header>
<main> <main>
<router-view/> <router-view/>
</main> </main>
@ -54,6 +54,12 @@ header {
font-weight: normal; font-weight: normal;
margin: 0; margin: 0;
} }
h1 a {
color: #2c3e50;
text-decoration: none;
font-weight: bold;
}
} }
main { main {