-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
29 lines (26 loc) · 820 Bytes
/
resume.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Fathom - simple website analytics - https://github.com/usefathom/fathom -->
<script>
(function (f, a, t, h, o, m) {
a[h] = a[h] || function () {
(a[h].q = a[h].q || []).push(arguments)
};
o = f.createElement('script'),
m = f.getElementsByTagName('script')[0];
o.async = 1; o.src = t; o.id = 'fathom-script';
m.parentNode.insertBefore(o, m)
})(document, window, '//fathom.abhikahuja.com/tracker.js', 'fathom');
fathom('set', 'siteId', 'IMPVP');
fathom('trackPageview');
</script>
<!-- / Fathom -->
<meta charset="UTF-8">
<meta http-equiv="Refresh" content="0; url='/assets/docs/Abhik_Ahuja___Resume.pdf'" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
</body>
</html>