Skip to content

Commit 52de1f2

Browse files
author
Gareth Redfern
committed
add home page info boxes
1 parent c265aa6 commit 52de1f2

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/views/Home.vue

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
<template>
2-
<div class="max-w-sm p-5 m-auto">
3-
<article class="text-lg text-center">
2+
<div class="max-w-lg p-5 m-auto">
3+
<article class="p-5 text-lg text-center bg-white border rouned">
44
<p>Welcome to the Laravel Vue Demo app.</p>
55
<p>
66
You can register for an account
77
<router-link to="/register" class="text-blue-500">here</router-link>.
88
</p>
99
</article>
10+
<article class="p-5 mt-5 text-lg text-center bg-white border rouned">
11+
Docs on how this application is built can be found at:
12+
<a href="https://laravelvuespa.com/" class="base-link"
13+
>laravelvuespa.com</a
14+
>
15+
</article>
1016
</div>
1117
</template>
1218

0 commit comments

Comments
 (0)