forked from codefresh-io/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
65 lines (44 loc) · 1.62 KB
/
404.html
File metadata and controls
65 lines (44 loc) · 1.62 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>404 Page not found</title>
<link href='/slate/stylesheets/monokai.css' rel="stylesheet" media="screen" />
<link href='/slate/stylesheets/screen.css' rel="stylesheet" media="screen" />
<link href='/slate/stylesheets/print.css' rel="stylesheet" media="print" />
<script src='/slate/javascripts/all.js'></script>
</head>
<body class="index" data-languages="[ "cli" ]">
<a href="#" id="nav-button">
<span>
NAV
<img src='/slate/images/navbar.png'/>
</span>
</a>
<div class="tocify-wrapper">
<img src='/images/logo.png' />
<div class="lang-selector">
<a href="#" data-language-name="cli">Cli</a>
</div>
<div class="search">
<input type="text" class="search" id="input-search" placeholder='Search'>
</div>
<ul class="search-results"></ul>
<div id="toc">
</div>
</div>
<div class="page-wrapper">
<div class="dark-box"></div>
<div class="content">
<h2>Page Not Found!</h2>
</div>
<div class="dark-box">
<div class="lang-selector">
<a href="#" data-language-name="cli">Cli</a>
</div>
</div>
</div>
</body>
</html>