-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
73 lines (64 loc) · 2.37 KB
/
Copy path404.html
File metadata and controls
73 lines (64 loc) · 2.37 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">
<meta name="description" content="That page does not exist on powerbash.org.">
<meta name="color-scheme" content="light dark">
<meta name="theme-color" content="#fbfaf8" media="(prefers-color-scheme: light)">
<meta name="theme-color" content="#131519" media="(prefers-color-scheme: dark)">
<meta name="robots" content="noindex">
<title>Not found — powerbash</title>
<!-- Absolute paths, unlike every other page here. GitHub Pages serves this
file for a miss at any depth -- /a/b/c/d as readily as /nope -- so a
relative href would resolve against a directory that does not exist. The
cost is that this is the one page that does not render over file://; use
`make serve` to look at it. -->
<link rel="icon" href="/favicon.ico">
<link rel="stylesheet" href="/css/main.css">
</head>
<body>
<a class="skip" href="#main">Skip to content</a>
<header class="masthead">
<div class="wrap">
<a class="brand" href="/">powerbash</a>
<nav aria-label="Main">
<a href="/#install">Install</a>
<a href="/#build">Build a prompt</a>
<a href="/docs/">Docs</a>
<a href="https://github.com/napalm255/powerbash">GitHub</a>
</nav>
</div>
</header>
<main id="main">
<section class="hero">
<div class="wrap">
<p class="eyebrow">404</p>
<h1>No such page.</h1>
<p class="lede">Nothing lives at that address. The site is two pages deep, so
it is probably one of these.</p>
<div class="terminal hero-terminal">
<p class="prompt">
<span class="seg seg-user">napalm</span><span class="seg seg-path">/dev/null</span><span class="seg seg-symbol">$</span><span class="seg seg-rc">1</span><span class="caret">cd /docs</span>
</p>
</div>
<div class="hero-actions">
<a class="button" href="/">Home</a>
<a class="button button-quiet" href="/docs/">Read the docs</a>
</div>
</div>
</section>
</main>
<footer>
<div class="wrap">
<p>powerbash — MIT licensed.</p>
<nav aria-label="Footer">
<a href="/docs/">Docs</a>
<a href="https://github.com/napalm255/powerbash">Source</a>
<a href="https://github.com/napalm255/powerbash/issues">Issues</a>
<a href="https://download.powerbash.org/powerbash.sh">Download</a>
</nav>
</div>
</footer>
</body>
</html>