-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
35 lines (27 loc) · 982 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
34
35
---
layout: blank
title: Error | Atlas
description: The page you're looking for can't be found.
background-color: color-bg-dark
---
<main role="main">
<article>
<div class="padding-t2">
<div class="row">
<div class="large-6 medium-8 small-11 columns small-centered text-invert text-center">
<!-- logo -->
<div class="padding-4 opacity-3 text-center">
<div class="row">
<div class="small-4 columns small-centered">
<img src="../assets/img/atlas-mark-128.png" />
</div>
</div>
</div>
<h1 class="margin-none text-white">404 Error</h1>
<p class="margin-none-t text-big">The page you're looking for can't be found</p>
<a class="full button-small color-bg-primary border-solid text-invert text-center text-decoration-none text-weight-700 rounded" href="#">Return home</a>
</div>
</div>
</div>
</article>
</main>