forked from propelorm/propelorm.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
108 lines (99 loc) · 4.89 KB
/
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
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
<head>
<title>Page not found - Propel</title>
<meta name="language" content="en" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<!-- Stylesheets -->
<link rel="stylesheet" type="text/css" media="all" href="http://yui.yahooapis.com/2.8.0r4/build/reset/reset-min.css" />
<link rel="stylesheet" type="text/css" media="all" href="/css/layout.css" />
<link rel="stylesheet" type="text/css" media="all" href="/css/markdown.css" />
<link rel="stylesheet" type="text/css" media="all" href="/css/base_syntax.css" />
<link rel="stylesheet" type="text/css" media="all" href="/css/syntax.css" />
<link rel="stylesheet" type="text/css" media="only screen and (max-device-width: 480px)" href="/css/mobile.css" />
<!-- JavaScripts -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.js"></script>
<script type="text/javascript">
var regex = /wiki|ticket/gi
if (window.location.href.match(regex)) {
window.location = window.location.href.replace(/propelorm\.org/gi, 'trac\.propelorm\.org');
}
</script>
</head>
<body>
<div id="fond">
<div class="layout">
<ul class="rootnav">
<li class="element">
<a class="link" href="/">Propel</a>
</li>
</ul>
<div class="search">
<form action="/search.html">
<input name="q" placeholder="Search..." type="text" />
<input type="submit" value="Go" />
</form>
</div>
<ul class="topmenu">
<li class="element first">
<a class="link" href="/documentation/">Documentation</a>
</li>
<li class="element">
<a class="link" href="/support.html">Support</a>
</li>
<li class="element">
<a class="link" href="/download.html">Download</a>
</li>
<li class="element">
<a class="link" href="/contribute.html">Contribute</a>
</li>
<li class="last element">
<a class="link" href="http://propel.posterous.com/">Blog</a>
</li>
</ul>
<div class="ribbon">
<a href="https://github.com/propelorm/Propel2" rel="me">Fork me on GitHub</a>
</div>
<div class="content">
<div class="markdown">
<h1>Page not found</h1>
<p>Sorry about that.</p>
</div>
<p class="fork_and_edit">
Found a typo ? Something is wrong in this documentation ? Just <a href="http://github.com/propelorm/propelorm.github.com/edit/master/404.html">fork and edit</a> it !
</p>
</div>
</div>
<div class="bottom">
<p>
<ul>
<li class="element first">
<a class="link" href="/documentation/">Documentation</a> |
</li>
<li class="element">
<a class="link" href="/support.html">Support</a> |
</li>
<li class="element">
<a class="link" href="/download.html">Download</a> |
</li>
<li class="element">
<a class="link" href="/contribute.html">Contribute</a> |
</li>
<li class="last element">
<a class="link" href="http://propel.posterous.com/">Blog</a>
</li>
</ul>
</p>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-25671470-1', 'propelorm.org');
ga('send', 'pageview');
</script>
</body>
</html>