-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 1.17 KB
/
index.html
File metadata and controls
24 lines (24 loc) · 1.17 KB
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>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>viveks.xyz</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link rel="stylesheet" href="custom.css"> -->
<link rel="stylesheet" href="whitey.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script type="text/javascript" src="index.js"></script>
</head>
<body onload="fetchRecent()">
<div style="text-align: left; padding-top: 1%; padding-left: 1%;" id='home-link'></div><a class="fa fa-home" href="index.html"> Home </a></div>
<h2>viveks.xyz</h2>
<div style="text-align: center;" id="about">
</div>
<div style="text-align: center;" id="posts" ></div>
<div style="text-align: center;" id="projects" ></div>
</body>
<footer style="text-align: center; padding: 2%;" >
<small>Made using <a href="https://github.com/vksah32/simple-blogger">simple-blogger</a></small>
</footer>
</html>