-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
24 lines (24 loc) · 990 Bytes
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE HTML>
<html>
<head>
<!-- <link rel="shortcut icon" type="image/png" href="/images/favicon.png"/> -->
<!-- <link rel='shortcut icon' type='image/x-icon' href='/favicon.ico'/> -->
<!-- <link rel="icon" type="image/x-icon" class="js-site-favicon" href="/favicon.ico"> -->
<link rel="icon" type="image/svg" href="favicon.svg" />
<title>Aravind M</title>
<link rel="shortcut icon" type="image/png" href="/favicon.png"/>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/404.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-loading">
<div id="wrapper">
<header>
<section id="main">
<span class="avatar"><img src="images/h4ck3rm4n.jpg" style="width:auto;height:auto;"/></span>
</section>
</header>
</div>
</body>
</html>