Latest version of my personal website

index.html 542B

1234567891011121314151617
  1. <!DOCTYPE HTML>
  2. <html lang="en-US">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="refresh" content="1;url=/resume.pdf">
  6. <link rel="shortcut icon" href="/favicon.png">
  7. <link rel="canonical" href="/resume.pdf">
  8. <script type="text/javascript">
  9. window.location.href = "/resume.pdf"
  10. </script>
  11. <title>Page Redirection</title>
  12. </head>
  13. <body>
  14. If you are not redirected automatically, follow the <a href="/resume.pdf">link to resume pdf</a>
  15. </body>
  16. </html>