16 lines
494 B
HTML
16 lines
494 B
HTML
<!DOCTYPE HTML>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="refresh" content="1;url=/resume.pdf">
|
|
<link rel="shortcut icon" href="/favicon.png" />
|
|
<script type="text/javascript">
|
|
window.location.href = "/resume.pdf"
|
|
</script>
|
|
<title>Page Redirection</title>
|
|
</head>
|
|
<body>
|
|
If you are not redirected automatically, follow the <a href="/resume.pdf">link to resume pdf</a>
|
|
</body>
|
|
</html>
|