feat: make template components a bit prettier

This commit is contained in:
Julian Lobbes 2023-03-13 20:07:22 +01:00
parent f1f0729950
commit 205dc4034a
2 changed files with 5 additions and 3 deletions

View file

@ -1,5 +1,6 @@
<template> <template>
<div> <div class="p-8">
<p>Amet cursus sit amet dictum. Feugiat vivamus at augue eget arcu dictum. Sed enim ut sem viverra aliquet eget sit. Pellentesque eu tincidunt tortor aliquam nulla facilisi.</p> <h1 class="font-accent text-5xl">Hello World!</h1>
<p>If you're seeing this text, Vue.js is working correctly!</p>
</div> </div>
</template> </template>

View file

@ -9,6 +9,7 @@ export default {
<template> <template>
<div> <div>
<p>The page you are looking for was not found &#1F641;</p> <p class="text-center text-6xl py-8">404 Error</p>
<p class="text-center text-2xl py-8">The page you are looking for was not found &#x1F641;</p>
</div> </div>
</template> </template>