started to customize

This commit is contained in:
2019-04-01 23:06:03 +02:00
parent 99f683066a
commit 1017ecdc95
5 changed files with 19 additions and 23 deletions
+8 -2
View File
@@ -1,6 +1,12 @@
<template>
<div class="container center-content">
<RouterView />
<div id="root">
<header role="banner">
<h1>Les Guides de Paris</h1>
</header>
<section class="container center-content">
<RouterView />
</section>
<footer role="search-bar" />
</div>
</template>