mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-06-25 03:04:21 +00:00
update: add tw and routing
This commit is contained in:
parent
0dcd234614
commit
e1f8c339d9
7 changed files with 27 additions and 3 deletions
14
pages/index.vue
Normal file
14
pages/index.vue
Normal file
|
@ -0,0 +1,14 @@
|
|||
<template>
|
||||
<div class="hero bg-base-200 min-h-screen">
|
||||
<div class="hero-content text-center">
|
||||
<div class="max-w-md">
|
||||
<h1 class="text-5xl font-bold">Hello there</h1>
|
||||
<p class="py-6">
|
||||
Provident cupiditate voluptatem et in. Quaerat fugiat ut assumenda excepturi exercitationem
|
||||
quasi. In deleniti eaque aut repudiandae et a id nisi.
|
||||
</p>
|
||||
<button class="btn btn-primary">Get Started</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue