forked from duckdb/duckdb-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
34 lines (31 loc) · 754 Bytes
/
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
---
layout: default
title: 404 — Page not found
body_class: notfound landing
add_css: page404.css
---
<div class="pagehead bg2">
<div class="wrap">
<h1>404 — Page not found</h1>
</div>
</div>
<section class="quickaccess">
<div class="wrap">
<h1>Quick access</h1>
<div class="quickaccesslinks flexwrap">
<a class="guides" href="/docs/guides/index">
<div class="icon"></div>
<p>Guides</p>
</a>
<a class="documentation" href="/docs/">
<div class="icon"></div>
<p>Documentation</p>
</a>
<a class="development" href="/dev/building">
<div class="icon"></div>
<p>Development</p>
</a>
</div>
</div>
</section>
{% include quick_installation.html %}