-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
85 lines (75 loc) · 4.09 KB
/
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
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
<!doctype html>
<html lang=en>
<head>
<meta charset=utf-8>
<meta http-equiv=X-UA-Compatible content="IE=edge">
<meta name=theme-color content=#ffffff>
<meta name=viewport content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Aayush Dutt</title>
<meta name=mobile-web-app-capable content=yes>
<!-- Favicon -->
<!-- <link rel=icon sizes=192x192 href=assets/images/AaG2.png> <meta name=apple-mobile-web-app-capable content=yes> -->
<!-- SEO -->
<link rel=author href=https://plus.google.com/115912244191143742118>
<meta name=description content="Hi, I'm Aayush. I'm a Fullstack Developer and a CS student at IIT Dhanbad" />
<meta name="keywords" content="aayush, Aayush Dutt, dutt, node, node.js, react, react.js, nodejs, javascript, aayush dutt twitter, iit, iit ism, developer, ism, aayush dutt quora, aayush dutt india, aayush dutt linkedin, cyber labs, oss, indian institute of technology, indian school of mines, technology, full stack developer" />
<meta name="author" content="Aayush Dutt" />
<!-- OpenGraph-Tags -->
<meta property="og:url" content="https://aayushdutt.com">
<meta property="og:type" content="website" />
<!-- Open graph image -->
<meta property="og:image" content="assets/images/avatar-large.jpg" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="1600" />
<meta property="og:description" content="Hi, I'm Aayush. I'm a Fullstack Developer and a CS student at IIT Dhanbad" />
<!-- Twitter-Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@aayushdutt">
<meta name="twitter:creator" content="@aayushdutt">
<meta name="twitter:title" content="Aayush Dutt">
<meta name="twitter:image" content=“https://aayushdutt.com/assets/images/avatar-large.jpg“ />
<meta name="twitter:description" content="Hi, I'm Aayush. I'm a Fullstack Developer and a CS student at IIT Dhanbad" />
<meta http-equiv="cache-control" content="public" />
<meta http-equiv="expires" content="Monday, 01 August 2020, 00:00:00 GMT" />
<meta name="theme-color" content="#161c22" />
<meta name=apple-mobile-web-app-status-bar-style content=black />
<meta name=apple-mobile-web-app-title content="Aayush Dutt" />
<!-- <link rel=apple-touch-icon-precomposed href=apple-touch-icon-precomposed.png> -->
<!-- Styles -->
<link rel=stylesheet href=/assets/styles/landing.min.css>
<!-- prerender portfolio -->
<link rel="prerender" href="https://portfolio.aayushdutt.com/">
<!-- google-site-verification -->
<meta name="google-site-verification" content="N7lxPEIqtieQNjSJ4OUqLdHCXynYNSJgySaxp_S4bDo" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-131050934-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-131050934-1');
</script>
</head>
<body>
<div class=top></div>
<div class=content-container>
<div class=content>
<div class=avatar></div>
<p>Hey there!</p>
<p>
I don't think this page exists
<a rel=me class="outline" href="https://aayushdutt.com/">Go Back</a>
</p>
<div class=icons>
<a rel=me target=_blank href=https://twitter.com/aayushdutt title=Twitter class=twitter></a>
<a rel=me target=_blank href=https://github.com/aayushdutt title=GitHub class=github></a>
<a rel=me target=_blank href=https://linkedin.com/in/aayushdutt/ title=LinkedIn class=linkedin></a>
<a rel=me target=_blank href=https://medium.com/@aayushdutt title=Medium class=medium></a>
<a rel=me title=Email class="email" href="mailto:[email protected]"></a>
</div>
</div>
</div>
<div class=bottom></div>
</body>
</html>