forked from RichardBradley/liquibase.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
107 lines (89 loc) · 3.82 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
<html>
<head>
<title>Page Not Found</title>
<link rel="stylesheet" href="/css/vendor/jquery-ui/jquery-ui.min.css">
<link rel="stylesheet" href="/css/normalize.css">
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="/css/blueprint/screen.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="/css/blueprint/print.css" type="text/css" media="print">
<!--[if lt IE 8]>
<link rel="stylesheet" href="/css/blueprint/ie.css" type="text/css" media="screen, projection">
<![endif]-->
<link rel="stylesheet" href="/css/liquibase.css">
<link rel="stylesheet" href="/css/syntax.css">
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
<script src="js/vendor/jquery-1.9.1.min.js"></script>
<script src="js/vendor/jquery-ui.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</head>
<body>
<div class="container">
<div class="span-24">
<a href="/index.html" class="logo"></a>
<div id="search">
<script>
(function() {
var cx = '003757264142562231070:jzcpdy3d77s';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//www.google.com/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:searchbox-only></gcse:searchbox-only>
</div>
</div>
<div id="menu" class="span-24">
<div class="span-4">
<li><a href="/download/index.html"><span>Download</span></a></li>
</div>
<div class="span-3">
<li><a href="/quickstart.html"><span>Quick Start</span></a></li>
</div>
<div class="span-3">
<li><a href="/documentation/index.html"><span>Documentation</span></a></li>
</div>
<div class="span-3">
<li><a href="/community/index.html"><span>Community</span></a></li>
</div>
<div class="span-3">
<li><a href="/extensions/index.html"><span>Extensions</span></a></li>
</div>
<div class="span-3">
<li><a href="http:///blog.liquibase.org"><span>Blog</span></a></li>
</div>
<div class="span-3 last">
<li><a href="http://www.datical.com/liquibase-support-training-datical/"><span>Support and Training</span></a></li>
</div>
</div>
<div class="span-24 last">
<h1>404 Error: Unknown Page</h1>
<h3>Sorry, but the page you are looking for does not exist.</h3>
Perhaps you are looking for
<ul>
<li><a href="/documentation/index.html">Documentation</a>?</li>
<li><a href="/download/index.html">Download Page</a>?</li>
<li><a href="/community/index.html">Links to forums, issue tracker, etc.</a>?</li>
</ul>
or would like to just <a href="/index.html">start from the beginning</a> again.
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1719178-1']);
_gaq.push(['_setDomainName', 'liquibase.org']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</body>
</html>