forked from RichardBradley/liquibase.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
103 lines (85 loc) · 3.72 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
<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:///www.liquibase.org/blog"><span>Blog</span></a></li>
</div>
<div class="span-3 last">
<li><a href="http://www.datical.com/liquibase/" target="_blank" onClick="trackOutboundLink(this, 'Datical', 'Liquibase RFI'); return false"><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>
(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-1719178-1', 'liquibase.org');
ga('send', 'pageview');
</script>
</body>
</body>
</html>