-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
74 lines (68 loc) · 2.97 KB
/
404.html
File metadata and controls
74 lines (68 loc) · 2.97 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Psycopg - PostgreSQL adapter for Python</title>
<meta
name="description"
content="Psycopg is the most popular PostgreSQL adapter for the Python programming language."
/>
<link rel="icon" type="image/png" href="/img/logo.png" />
<link rel="apple-touch-icon" href="/img/apple-touch-icon.png" />
<link rel="manifest" href="/manifest.json" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;800;900&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/syntax.css?h=3b162580">
</head>
<body>
<!-- ── Navigation ─────────────────────────────────────────────── -->
<header class="site-header">
<nav class="nav">
<a href="/" class="nav__logo" aria-label="psycopg home">
<img src="/img/logo.png" alt="" width="48" height="48" />
<span>psycopg</span>
</a>
<button class="nav__toggle" aria-label="Toggle menu" aria-expanded="false">
<span></span><span></span><span></span>
</button>
<ul class="nav__links" role="list">
<li><a href="/">home</a></li>
<li><a href="/#sponsors">sponsors</a></li>
<li><a href="/#features">features</a></li>
<li><a href="/#development">development</a></li>
<li><a href="/articles">articles</a></li>
<li><a href="/#maintainers">maintainers</a></li>
<li><a href="/#contact">contact</a></li>
</ul>
</nav>
</header>
<div class="with_sidebar">
<main class="page">
<div class="page-404">
<h1 class="page-404__code">404</h1>
<p class="page-404__message">Found a bug? Report it <a href="https://github.com/psycopg/psycopg-website/issues">here</a>!</p>
</div>
</main>
<div id="sidebar">
</div>
</div>
<!-- ── Footer ─────────────────────────────────────────────────── -->
<footer class="site-footer">
<div class="site-footer__inner">
<p class="site-footer__copy">
© The Psycopg Team<br/>
Psycopg is free software released under the
<a href="https://www.gnu.org/licenses/lgpl-3.0.en.html" rel="noopener">GNU LGPL license</a>.
</p>
<a href="/" class="site-footer__logo" aria-label="psycopg home">
<img src="/img/logo.png" alt="" width="40" height="40" />
<span>psycopg</span>
</a>
</div>
</footer>
<script src="/js/main.js" type="module"></script>
</body>
</html>