-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNotFound.html
More file actions
51 lines (50 loc) · 1.79 KB
/
NotFound.html
File metadata and controls
51 lines (50 loc) · 1.79 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Not Found – Flourish</title>
<link href="http://fonts.googleapis.com/css?family=Arimo:400,700" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="/css/main.css" type="text/css" media="all">
<link rel="stylesheet" href="/js/codemirror.css" type="text/css">
<script src="/js/jquery-1.7.2.min.js"></script>
<script src="/js/codemirror.js"></script>
<script src="/js/util/runmode.js"></script>
<script src="/js/mode/xml/xml.js"></script>
<script src="/js/mode/clike/clike.js"></script>
<script src="/js/mode/javascript/javascript.js"></script>
<script src="/js/mode/css/css.js"></script>
<script src="/js/mode/php/php.js"></script>
<script src="/js/mode/mysql/mysql.js"></script>
<script src="/js/mode/htmlmixed/htmlmixed.js"></script>
<script src="/js/highlight.js"></script>
<script src="/js/site.js"></script>
</head>
<body>
<header>
<section class="main group">
<a href="index.html"><img src="img/logo.png" alt="Flourish" /></a>
<span class="tagline">PHP Unframework</span>
<nav class="group">
<a href="docs.html">Documentation</a>
<a href="download/index.html">Download</a>
<a href="https://github.com/flourishlib/flourish-classes">Code</a>
<a href="https://github.com/flourishlib/flourish-classes/issues">Issues</a>
<a href="Tests.html">Tests</a>
<a href="discussion/index.html">Discussion</a>
<a href="blog.html">Blog</a>
</nav>
</section>
</header>
<section class="main">
<h1 id="NotFound">Not Found</h1>
<p>
Unfortunately the content you were looking for could not be found.
</p>
</section>
<footer>
<section class="main group">
© 2012 Will Bond
</section>
</footer>
</body>
</html>