feat: make template components a bit prettier
This commit is contained in:
parent
f1f0729950
commit
205dc4034a
2 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
<template>
|
||||
<div>
|
||||
<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>
|
||||
<div class="p-8">
|
||||
<h1 class="font-accent text-5xl">Hello World!</h1>
|
||||
<p>If you're seeing this text, Vue.js is working correctly!</p>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
@ -9,6 +9,7 @@ export default {
|
|||
|
||||
<template>
|
||||
<div>
|
||||
<p>The page you are looking for was not found F641;</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 🙁</p>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Reference in a new issue