-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
57 lines (35 loc) · 1.7 KB
/
404.html
File metadata and controls
57 lines (35 loc) · 1.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- Enable responsiveness on mobile devices-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>Lambdacats</title>
<!-- CSS -->
<link rel="stylesheet" href="https://lambdacats.github.io/print.css" media="print">
<link rel="stylesheet" href="https://lambdacats.github.io/poole.css">
<link rel="stylesheet" href="https://lambdacats.github.io/hyde.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
</head>
<body class=" ">
<div class="sidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<a href="https://lambdacats.github.io"><h1>Lambdacats</h1></a>
<p class="lead">Insert description here</p>
</div>
<ul class="sidebar-nav">
<li class="sidebar-nav-item "><a href="https://lambdacats.github.io/about/">About</a></li>
<li class="sidebar-nav-item "><a href="https://lambdacats.github.io/lost/">Lostcats</a></li>
</ul>
</div>
</div>
<div class="content container">
<div class="post">
<h1 class="post-title">404: Page not found</h1>
Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href=https://lambdacats.github.io>Head back home</a> to try finding it again.</p>
</div>
</div>
</body>
</html>