bulma/docs/thank-you.html
2016-10-16 19:19:40 +01:00

18 lines
346 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.url }}">homepage</a>
</h2>
</div>
</div>
</section>