-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
22 lines (20 loc) · 746 Bytes
/
404.html
File metadata and controls
22 lines (20 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
layout: default
---
<script>
document.body.style.backgroundImage = "url(img/astro.jpg)";
document.body.style.backgroundSize = "cover";
document.body.style.backgroundRepeat = "no-repeat";
</script>
<div id="lost" class="center" >
<div class="card__content">
<div class="card__caption">
<h1 class="card__title aclonica">404 - Page Not Found</h1>
<h3 class="card_subtitle aclonica"></h3>
</div>
<div class="card__copy">
<h2 class="aclonica">Go <a class="hot-link aclonica" href="{{ site.baseurl }}/">Home</a> or Go
<a class="hot-link aclonica" href="https://insider.in/ingenuity-mar3-5-2017/event">IngeNUity 2017</a></h2>
</div>
</div>
</div>