-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
32 lines (31 loc) · 961 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
---
layout: default
title: Functional Imperative | About
description: We build new intricate experiences for the new web.
---
<div id="four-o-four" class="row collapse main-content">
<div class="row collapse">
<div class="medium-4 columns">
<div id="error" class="square-no-canvas fill" data-type="filled" data-color="blue">
<div class="text-content">
<h2>Error 404</h2>
</div>
</div>
</div>
</div>
<div class="row collapse">
<div class="medium-8 medium-centered columns">
<div id="whoops" class="square-no-canvas fill" data-type="filled" data-color="yellow">
<div class="text-content">
<h2>
Whoops!<br/>
Something went wrong, that page doesn’t exist.
</h2>
<p>
Try going back to our homepage, or contact us with any technical problems you’re having.
</p>
</div>
</div>
</div>
</div>
</div>