-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcategories.html
35 lines (31 loc) · 1.05 KB
/
categories.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Mohit Soni</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/theme/bootstrap-3.1.1-dist/css/bootstrap.min.css" rel="stylesheet">
<link href="/theme/css/starter-template.css" rel="stylesheet">
</head>
<body id="index" class="home">
<div class="navbar navbar-inverse navbar-fixed-top navbar-ms">
<div class="container">
<a class="navbar-brand navbar-brand-ms" href="#">mohitsoni.com</a>
</div>
</div>
<ul>
</ul>
<div class="navbar navbar-fixed-bottom footer-ms">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<span class="copyright">©</span> 2010-2014 Mohit Soni
</div>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="/theme/bootstrap-3.1.1-dist/js/bootstrap.min.js"></script>
</body>
</html>