forked from RichardBradley/liquibase.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
98 lines (93 loc) · 2.45 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
---
layout: base
---
<div class="container">
<div class="span-24">
<a class="logo" href="/index.html"></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 class="span-24" id="menu">
<div class="span-4">
<li>
<a href="http://download.liquibase.org">
<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/" onclick="trackOutboundLink(this, 'Datical', 'Liquibase RFI'); return false" target="_blank">
<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="http://download.liquibase.org">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>