-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpost.html
More file actions
26 lines (25 loc) · 1.46 KB
/
post.html
File metadata and controls
26 lines (25 loc) · 1.46 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
25
26
<!DOCTYPE html>
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<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">
<script type="text/javascript" src="showdown.js"></script>
<script type="text/javascript" src="index.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.0.3/styles/default.min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.0.3/highlight.min.js"></script>
<link rel="stylesheet" href="whitey.css">
</head>
<body onload="getPost()">
<div style="text-align: left; padding-top: 1%; padding-left: 1%;" id='home-link'><a class="fa fa-home" href="index.html"> Home </a></div>
<div style="text-align: center; padding-top: 1%;" id='github-link'></div>
<div style="margin-left:5%; margin-right: 5%;" id="post-content"></div>
<!-- <footer style="text-align: center; padding: 2%;" >
<small>Made using <a href="https://github.com/vksah32/simple-blogger">simple-blogger</a></small>
</footer> -->
</body>
</html>