bulma/docs/thank-you.html

30 lines
729 B
HTML
Raw Permalink Normal View History

---
2017-07-29 12:02:00 +00:00
title: Thank you
layout: default
route: index
---
2018-01-19 16:54:05 +00:00
<section class="hero is-large has-text-centered">
<div class="hero-body">
<div class="container">
2018-01-19 16:54:05 +00:00
<div class="columns">
<div class="column is-offset-3 is-6">
<h1 class="title">
📫 😃
<br>
Thanks for subscribing!
</h1>
<div class="content is-medium">
<p>
You'll occasionally receive news about new features, documentation updates, and beautiful websites made with Bulma!
</p>
<p>
<a onclick="window.history.back();">Go back</a>
</p>
</div>
</div>
</div>
</div>
</div>
</section>