heroweb/examples/images/home.html
2024-10-31 07:24:12 +01:00

8 lines
307 B
HTML

<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>