tinyforms/app/views/home/index.html.erb
2020-04-08 19:30:26 +02:00

12 lines
323 B
Plaintext

<section class="hero is-medium is-dark is-bold">
<div class="hero-body">
<div class="container">
<h1 class="title is-family-secondary has-text-weight-bold">
Welcome
</h1>
<p class="subtitle is-size-6 has-text-white">
Generate forms instantly
</p>
</div>
</div>
</section>