heroweb/examples/images/home.html

8 lines
307 B
HTML
Raw Normal View History

2024-10-31 06:24:12 +00:00
<section class="hero">
<img :src="images[currentImageIndex]?.url" :alt="images[currentImageIndex]?.alt">
<div class="hero-content">
<h1>We Are <br>The Crazy Ones</h1>
<p class="lead">The ones called crazy are the only ones truly sane in a world gone mad...</p>
</div>
</section>