mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-06-24 10:44:21 +00:00
Co-authored-by: NeonGamerBot-QK <neon@saahild.com> Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
15 lines
494 B
Vue
15 lines
494 B
Vue
<template>
|
|
<div class="hero 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>
|