-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathindex.html
30 lines (29 loc) · 897 Bytes
/
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">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv='cache-control' content="no-cache, no-store, must-revalidate">
<meta http-equiv='expires' content='0'>
<meta http-equiv='pragma' content='no-cache'>
<title>Resume - Jai Kumar Dewani</title>
<style>
*{
border:0;
margin:0;
}
</style>
<script type="text/javascript">
function getUrlPath()
{
return "https://jai-dewani.github.io/resume/resume.pdf?" + new Date().getTime();
}
</script>
</head>
<body>
<div style="height: 100vh;">
<iframe src="" width="100%" height="100%" id="resume" onload="this.onload=null; this.src=getUrlPath();">
</div>
</body>
</html>