-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (27 loc) · 880 Bytes
/
index.html
File metadata and controls
28 lines (27 loc) · 880 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Anarghya Mitra</title>
<link href="css/website.css" rel="stylesheet">
</head>
<body>
<nav>
<ul>
<li><a href="#" id="background">Home</a></li>
<li><a href="#about" id="about">About me</a></li>
<li><a href="#projects" id="projects">Projects</a></li>
<li><a href="#resume" id="resume">Resume</a></li>
</ul>
</nav>
<div id='page_holder'></div>
<!--[if lt IE 9]>
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
<![endif]-->
<script src="http://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script>
<script src="js/pagify.js" type="text/javascript"></script>
<script src="js/grid.js"></script>
<script src="js/website.js" type="text/javascript"></script>
</body>
</html>