-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
27 lines (25 loc) · 856 Bytes
/
404.html
File metadata and controls
27 lines (25 loc) · 856 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
---
layout: default
title: "404: Page not found"
permalink: 404.html
---
<div class="page">
<h1 class="page-title">404: Page not found</h1>
<p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="{{ site.baseurl }}">Head back home</a> to try finding it again.</p>
</div>
<!--temp code blank add -->
<div id="adwraper">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- responsive -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-1951168908528676"
data-ad-slot="2915804949"
data-ad-format="auto"></ins>
<script>
window.setTimeout(function () {
(adsbygoogle = window.adsbygoogle || []).push({});
}, 200);
</script>
</div>
<!--temp code blank add -->