Improve 404 message

This commit is contained in:
Matthias 2020-07-19 19:29:07 +02:00
parent bd37a309dd
commit e194de1a91

View File

@ -1,6 +1,6 @@
<template>
<div>
<p class="h2 mb-5">404 Error.</p>
<h1 class="mb-5">404 Error.</h1>
<p class="h4">Ahhhhhhhh! The page you are looking for does not exist.</p>
<p>Don't worry, you can head back to <router-link to="/">the main page</router-link>.</p>
</div>