bulma/docs/thank-you.html
2017-07-29 18:24:07 +01:00

19 lines
363 B
HTML

---
title: Thank you
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>