-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
executable file
·82 lines (76 loc) · 3.38 KB
/
404.html
File metadata and controls
executable file
·82 lines (76 loc) · 3.38 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="ExEquals is seeking to improve the educational apps market, one app at a time. We develop and maintain Learn Algebra, Learn Algebra 2, and Graphing Toolkit for the Play Store.">
<meta name="author" content="">
<title>ExEquals</title>
<link rel="canonical" href="http://exequals.org/404.html">
<!-- Bootstrap core CSS -->
<link href="http://exequals.github.io/static/css/bootstrap.min.css" rel="stylesheet">
<!-- Bootstrap theme CSS -->
<link href="http://exequals.github.io/static/css/bootstrap-theme.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="http://exequals.github.io/static/css/template.css" rel="stylesheet">
<!-- Favicon -->
<link rel="shortcut icon" href="http://exequals.github.io/static/icon/favicon.ico">
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="http://exequals.github.io/#">ExEquals</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="http://exequals.github.io/#applications">Apps</a></li>
<li><a href="http://exequals.github.io/#about">About</a></li>
<li><a href="mailto:admin@exequals.org">Contact</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2>404 Error</h2>
<p>The page you were looking for wasn't found.</p>
<p>Use the navbar to find what you want though!</p>
</div>
</div>
</div>
</div>
<hr class="footer-divider">
<div class="container" id="footer">
<footer>
<div class="row">
<div class="col-md-12">
<p>© 2015 ExEquals</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p><a href="https://www.facebook.com/pages/ExEquals/305148979598273">Facebook</a> · <a href="https://play.google.com/store/apps/developer?id=ExEquals&hl=en">Play Store</a> · <a href="mailto:admin@exequals.org">Contact</a></p>
</div>
</div>
</footer>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="http://exequals.github.io/static/js/bootstrap.min.js"></script>
</body>
</html>