diff --git a/public/index.html b/public/index.html index 4123528..f37679a 100644 --- a/public/index.html +++ b/public/index.html @@ -1,15 +1,19 @@ - - - - - <%= htmlWebpackPlugin.options.title %> + + + + + Bons programmeurs
diff --git a/src/App.vue b/src/App.vue index ccaef51..a049fb5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,22 @@ @@ -11,6 +27,11 @@ #app { display: flex; flex-direction: column; + align-items: center; min-height: 100vh; } + +svg { + margin: 1rem; +}