-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path404.html
More file actions
96 lines (92 loc) · 3.54 KB
/
404.html
File metadata and controls
96 lines (92 loc) · 3.54 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html>
<head>
<!-- Standard Meta -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
<!-- Site Properities -->
<meta name="generator" content="DocPad v6.78.4" />
<title> Athitya Kumar | Error 404</title>
<meta property="og:title" content="Error 404" />
<meta property="og:type" content="article" />
<link rel="stylesheet" type="text/css" class="ui" href="https://athityakumar.github.io/assets/all.css">
<link rel="shortcut icon" href="https://athityakumar.github.io/assets/images/logo.png" />
<meta property="og:url" content="https://athityakumar.github.io/404.html" />
<meta property="og:image" content="https://athityakumar.github.io/assets/images/error.png" />
<meta property="og:description" content="Uh, oh. ERROR 404. This page doesn't exist." />
<meta property="og:image:width" content="200">
<meta property="og:image:height" content="200">
</head>
<body id="example" class="index" ontouchstart="">
<!-- laptop display -->
<div class="following bar">
<div class="ui container">
<div class="ui large inverted secondary network menu">
<div class="item">
<div class="ui logo shape">
<div class="sides">
<div class="active ui side">
<a href=""> @athityakumar </a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Mobile display -->
<div class="ui fixed inverted main menu">
<div class="ui container">
<div class="item" style="color: white;">
<div class="ui breadcrumb">
<a href="" class="section" style="color: white;">@athityakumar</a>
</div>
</div>
</div>
</div>
</div>
<div class="pusher">
<div id="go" class="ui intro">
<div class="stackable ui grid fakeload">
<div class="row">
<div class="sixteen wide column">
<div class="ui hidden divider"></div>
<div class="ui hidden divider"></div>
<div class="ui hidden divider"></div>
<div class="ui hidden divider"></div>
<div class="ui hidden divider"></div>
<div class="ui hidden divider"></div>
<h1 style="text-align: center;"> Uh, oh. ERROR 404. This page doesn't exist.</h1>
<img data-src="https://athityakumar.github.io/assets/images/error.png" src="https://athityakumar.github.io/assets/images/load.png" class="ui large centered image">
</div>
</div>
</div>
</div>
<div class="ui stackable very relaxed grid container">
<div class="row">
<div class="sixteen wide column center aligned">
<a href="index.html" class="ui labeled blue icon left floated button">
<i class="angle double left large icon"></i> Homepage
</a>
<a href="blog/page1/" class="ui right labeled blue icon right floated button">
Blog <i class="angle double right large icon"></i>
</a>
</div>
</div>
</div>
</div>
<script>
window.less = {
async : true,
environment : 'production',
fileAsync : false,
onReady : false,
useFileCache : true
};
</script>
<script src="https://athityakumar.github.io/assets/all.js"></script>
</body>
</html>