-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path404.html
33 lines (29 loc) · 1010 Bytes
/
404.html
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
30
31
32
33
{{template "header.html" .}}
<div id="main-wrapper">
<div id="main">
<div class="row">
<div class="col-12 col-lg-11 col-xl-8">
<div id="page" class="post pb-5 pl-1 pr-1 pl-sm-2 pr-sm-2 pl-md-4 pr-md-4 mb-md-4">
<h1 class="dynamic-title">404: Page not found</h1>
<div class="post-content">
<div class="lead">
<p>
Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.
</p>
<p>
<a href="/">Head back Home</a> to try finding it again, or search for it on the <a href="{{$.archiveUrl}}">Archives page</a>
</p>
</div>
</div> <!-- .post-content -->
</div> <!-- #page -->
</div>
<div id="panel-wrapper" class="col-xl-3 pl-2 text-muted topbar-down">
{{template "post-update-list-trending-tags.html" .}}
</div> <!-- panel-wrapper -->
</div> <!-- .row -->
{{template "footer.html" .}}
</div> <!-- #main -->
</div> <!-- #main-wrapper -->
{{template "back-to-top.html" .}}
</body>
</html>