-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
30 lines (24 loc) · 1.05 KB
/
index.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
<!DOCTYPE html>
<html lang="en" style="width:100%; height:100%;">
<head>
<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="description" content="Resume | Himanshu Shrama">
<!-- iOS meta tags & icons -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="My Resume">
<link rel="apple-touch-icon" href="favicon.ico">
<!-- Favicon -->
<link rel="shortcut icon" type="image/png" href="favicon.ico" />
<title>Resume | Himanshu Sharma</title>
<link rel="manifest" href="manifest.json">
</head>
<body style="width:100%; height:100%; margin:0;">
<div id="any" style="width:100%; height:100%; margin:0;"> </div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/pdfobject/2.2.5/pdfobject.min.js"></script>
<script>
PDFObject.embed("https://github.com/himanshusharma89/resume/raw/master/Himanshu_Resume.pdf", "#any");
</script>
</body>
</html>