Skip to content

Commit

Permalink
fix: redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
alvin-dennis authored Nov 17, 2024
1 parent ddad8cf commit 7fa44a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
</head>
<body>
<div class="pdf-container">
<iframe src="/RESUME.pdf" type="application/pdf">
<iframe src="./RESUME.pdf" type="application/pdf">
Your browser does not support PDFs.
<a href="/RESUME.pdf">Download the PDF</a>
<a href="./RESUME.pdf">Download the PDF</a>
</iframe>
</div>
</body>
Expand Down

0 comments on commit 7fa44a5

Please sign in to comment.