rails_template/app/views/home/index.html.erb

13 lines
288 B
Plaintext

<div id="home-index">
<section class="section">
<div class="container">
<h1 class="title">
Welcome to <%= App::Config::APP_TITLE %>!
</h1>
<p class="subtitle">
My first website with <strong>Bulma</strong>!
</p>
</div>
</section>
</div>