mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
18 lines
350 B
HTML
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>
|