-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
66 lines (65 loc) · 2.57 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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Refresh" content="1; url=/">
<title>Milan Dasgupta</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="/img/favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="/css/style.css" type="text/css" media="screen">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-52386201-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="container">
<div id="header">
<div id="navbuttons">
<a href="/">
<div id="navbutton">
<h3>About</h3>
</div>
</a>
<a href="/resume.pdf">
<div id="navbutton">
<h3>Resume</h3>
</div>
</a>
<a href="/projects">
<div id="navbutton">
<h3>Projects</h3>
</div>
</a>
<a href="/contact">
<div id="navbutton">
<h3>Contact</h3>
</div>
</a>
<a href="/misc">
<div id="navbutton">
<h3>Random</h3>
</div>
</a>
</div>
<div class="divider"></div>
<p>Uh oh! This part of the site isn't available right now. We'll go back to the main page in just a second</p>
</div>
<div id="footer">
<p id="lastup"><a href="https://github.com/milanocookies93/milanocookies93.github.io">© 2015 Milan Dasgupta</a></p>
<div id="btns">
<a id="btn" href="http://www.github.com/milanocookies93"><img src="/img/github.png" alt="GitHub"></a>
<a id="btn" href="http://challengepost.com/users/milanocookies93"><img src="/img/small.jpg" alt="ChallengePost"></a>
<a id="btn" href="https://www.linkedin.com/pub/milan-dasgupta/42/965/49"><img src="/img/linked-in.png" alt="LinkedIn"></a>
<a id="btn" href="http://www.facebook.com/milanocookies93"><img src="/img/facebook.png" alt="Facebook"></a>
<a id="btn" href="http://www.twitter.com/milanocookies93"><img src="/img/twitter.png" alt="Twitter"></a>
<a id="btn" href="https://plus.google.com/+MilanDasgupta"><img src="/img/google+.png" alt="Google+"></a>
</div>
</div>
</div>
</body>
</html>