forked from jgthms/bulma
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththank-you.html
More file actions
29 lines (28 loc) · 729 Bytes
/
thank-you.html
File metadata and controls
29 lines (28 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
title: Thank you
layout: default
route: index
---
<section class="hero is-large has-text-centered">
<div class="hero-body">
<div class="container">
<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>