bulma/docs/thank-you.html
2016-09-11 11:55:25 +01:00

18 lines
350 B
HTML

---
layout: default
route: index
---
<section class="hero is-fullheight is-success has-text-centered">
<div class="hero-body">
<div class="container">
<h1 class="title">
Thank you!
</h1>
<h2 class="subtitle">
Go back to the <a href="{{ site.baseurl }}">homepage</a>
</h2>
</div>
</div>
</section>