-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
52 lines (50 loc) · 2.19 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>404 Page not found</title>
<meta name="description" content="Sqitch is the developer-friendly, confidence-inducing, platform-neutral database change management system." />
<link rel="stylesheet" href="/css/screen.css" />
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/img/icon-32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/img/icon-16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/img/sqitch-icon-black.svg" color="#22538e" />
<meta name="msapplication-TileColor" content="#22538e" />
<meta name="theme-color" content="#fcffff" />
<meta name="generator" content="Hugo 0.145.0">
</head>
<body>
<header id=masthead>
<hgroup id="top">
<h1><a href="/"><img src="/img/sqitch-logo-100.png" srcset="/img/sqitch-logo.svg" alt="Sqitch" title="Sqitch" /></a></h1>
</hgroup>
<nav id="bar">
<menu>
<li><a href="/about" title="About Sqitch" class="about">About</a></li>
<li><a href="/docs/" title="Sqitch Manual, tutorials, and presentations" class="docs">Docs</a></li>
<li><a href="/community/" title="Join the Sqitch community" class="community">Community</a></li>
<li><a href="/download/" title="Download and install Sqitch" class="download">Download</a></li>
</menu>
</nav>
</header>
<header id="title">
<h1>404 Not Found</h1>
</header>
<main id="notfound" class="page">
<section class="err">
<h2>Sqitch Scuttled</h2>
<p>Woops, looks like you tried to load a page that does not exist. May we suggest you visit our fine <strong><a href="/">home page</a></strong>?</p>
</section>
</main>
<footer>
<div class="code">
<a href="/site/">About this Site</a><br />
Corrections, suggestions, and comments <a href="https://github.com/sqitchers/sqitch.org">welcome</a>.
</div>
</footer>
</body>
</html>