forked from GlacierProtocol/glacierprotocol.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
25 lines (24 loc) · 664 Bytes
/
404.html
File metadata and controls
25 lines (24 loc) · 664 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
---
layout: default
permalink: /404.html
---
<div class="container">
<div class="row">
<div class="col-sm-4 col-sm-offset-4">
<h1>Ooooops!</h1>
<p class="lead">Something is wrong, and we can't find the page you're looking for.
</p>
</div>
</div>
<div class="row">
<div class="col-sm-4 col-sm-offset-4">
<p>Here are some links you might find useful:</p>
<p><a href="{{site.url}}">Go back</a>
<br>
<a href="{{site.git_address}}/issues/new" target="_blank">Report a bug</a>
<br>
<a href="{{site.twitter_address}}" target="_blank">Twitter</a>
<br></p>
</div>
</div>
</div>