seedproject-web/api/install/views/index/index.php

20 lines
652 B
PHP
Raw Permalink Normal View History

<main>
<section class="py-5 text-center container">
<div class="row py-lg-5">
<div class="col-lg-6 col-md-8 mx-auto">
<h1 class="fw-light">Installation</h1>
<p class="lead text-muted">Something short and leading about the collection below—its contents, the creator, etc. Make it short and sweet, but not too short so folks dont simply skip over it entirely.</p>
<p>
<a href="/install/i/requirements" class="btn btn-primary my-2">Start Installation</a>
</p>
</div>
</div>
</section>
</main>