bulma/docs/thank-you.html

32 lines
828 B
HTML
Raw 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
{% include navbar.html id="ThankYou" fixed=true has_container=true boxed=true transparent=true %}
<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>