-
Notifications
You must be signed in to change notification settings - Fork 149
/
404.html
120 lines (91 loc) · 3.9 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
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html>
<html>
<head>
<title>Page not Found - Propel, The Blazing Fast Open-Source PHP8 ORM</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" >
<meta content='width=device-width' name='viewport'>
<!-- Stylesheets -->
<link href='http://fonts.googleapis.com/css?family=Questrial' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Source+Code+Pro:300,400' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="/css/normalize.css" >
<link rel="stylesheet" type="text/css" href="/css/layout.css" >
<link rel="stylesheet" type="text/css" href="/css/markdown.css" >
<link rel="stylesheet" type="text/css" href="/css/base_syntax.css" >
<link rel="stylesheet" type="text/css" href="/css/responsive.css" >
<link rel="stylesheet" type="text/css" href="/css/banner.css" >
<script type="text/javascript" src="/js/jquery.js"></script>
<script type="text/javascript" src="/js/main.js"></script>
<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-70372452-1', 'auto');
ga('send', 'pageview');
</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');
}
var moveRegex = /^\/(cookbook|behaviors|reference)/gi;
if (window.location.pathname.match(moveRegex)) {
window.location = '/documentation' + window.location.pathname;
}
</script>
</head>
<body class="home">
<!--<div class="ribbon">-->
<!--<a href="https://github.com/propelorm/Propel2" rel="me">Fork me on GitHub</a>-->
<!--</div>-->
<header>
<div class="wrapper">
<a href="/" class="logo"><img src="/images/propel-logo.png"/></a>
<nav>
<ul class="topmenu">
<li class="element first ">
<a class="" href="/documentation/">Documentation</a>
</li>
<li class="element ">
<a class="" href="/support.html">Support</a>
</li>
<li class="element current ">
<a class="" href="/download.html">Download</a>
</li>
<li class="element ">
<a class="" href="/contribute.html">Contribute</a>
</li>
<li class="element last">
<a class="" href="/blog/">Blog</a>
</li>
</ul>
</nav>
</div>
</header>
<div class="wrapper">
<section class="content">
<div class="header-line"></div>
<div class="main-wrapper">
<div class="markdown">
<h1>Page not found</h1>
<p>Sorry about that.</p>
</div>
</div>
</section>
<footer>
<div class="wrapper">
<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/download.markdown">fork
and edit</a> it!
</p>
<br/>
</div>
</footer>
</div> <!-- wrapper -->
<script type="text/javascript" src="/js/jquery.tableofcontents.min.js" charset="utf-8"></script>
</body>
</html>