Skip to content

Commit

Permalink
chore: update close.html
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrex committed Apr 18, 2019
1 parent 6104b5b commit f5e05db
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion _includes/close.html
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
<p class="text-center">{{ site.data.data.close }}</p>
<style type="text/css" media="screen">
.container {
margin: 10% auto;
text-align: center;
}
h1 {
font-size: 4em;
}
</style>

<div class="container">
<h1>(´▽`ʃ♡ƪ)</h1>
<br>
<p><strong>{{ site.data.data.close }}</strong></p>
<br>
<a href="javascript:history.go(-1)">Back</a>
</div>

0 comments on commit f5e05db

Please sign in to comment.