-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy path404.html
29 lines (24 loc) · 893 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
---
layout: page
title: 404 - page not found
permalink: /404/
redirect_from:
- /404.html
---
<<div>
<div class="container">
<div>
<p><br><h2>Oops!</h2><strong>Oh my 404! There's no page located here. Can we help you find your way?</strong></p> <br />
<ul>
<li><a href="/">Awesome Inc Home Page</a></li>
<li><a href="/grow-your-idea">Grow Your Idea</a></li>
<li><a href="/get-involved">Get Involved</a></li>
<li><a href="https://www.awesomeincu.com">Learn to Code with Awesome Inc U</a></li>
<li><a href="http://blog.awesomeinc.org">Our Blog</a></li>
</ul>
<br />
<p><strong>Contact someone at Awesome Inc</strong></p>
<p>Email: <a href="mailto:founders@awesomeinc.org?Subject=Awesome%20Inc%20U">founders@awesomeinc.org</a> or Twitter: <a href="http://twitter.com/awesome_inc">@awesome_inc</a>.</p>
</div>
</div> <!-- /container -->
</div> <!-- /about -->