forked from thought-machine/please
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.html
More file actions
79 lines (69 loc) · 2.26 KB
/
Copy patherror.html
File metadata and controls
79 lines (69 loc) · 2.26 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
74
75
76
77
78
79
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Not found</title>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/favicon/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/favicon/favicon-16x16.png"
/>
<link rel="manifest" href="/favicon/site.webmanifest" />
<link
rel="mask-icon"
href="/favicon/safari-pinned-tab.svg"
color="#5bbad5"
/>
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
<link rel="stylesheet" href="/tachyons-4.12.0.min.css" />
<link rel="stylesheet" href="/styles.css" />
</head>
<body
class="silver bg-raisin-black essential-pragmata-pro vh-100 flex justify-center items-center"
>
<main>
<div class="mw8 white">
<div
class="pt1 flex items-center bg-jet-gray ba bw1 br2 br--top b--jet-gray"
>
<h1 class="mv0 flex-auto white f4 lh-title tc">
Oops, that's an error
</h1>
<div class="flex">
<a class="mh1 flex" href="/index.html"
><i class="w1 h1 bg-original-green br-pill"></i
></a>
<a class="mh1 flex" href="/index.html"
><i class="w1 h1 bg-original-yellow br-pill"></i
></a>
<a class="mh1 flex" href="/index.html"
><i class="w1 h1 bg-original-red br-pill"></i
></a>
</div>
</div>
<pre class="pre-wrap pv1 ba bw1 br2 br--bottom b--jet-gray">
$ plz run //page:display
<span class="bg-original-red b">Build stopped after 0.20s. 1 target failed:</span>
<span class="original-red b">//page:display</span>
Sorry OP,
Looks like something went wrong. Perhaps the page you are looking for doesn't exist?
1. <a class="copy-link" href="/index.html">take me home</a> 2. <a class="copy-link" href="https://github.com/thought-machine/please/issues/new">report an issue</a>
<i class="blinker"> </i></pre>
</div>
</main>
</body>
</html>