Skip to content

Commit

Permalink
Create resume.html
Browse files Browse the repository at this point in the history
Trying to add a redirect to my resume hosted on another website. Let's see if it works.
  • Loading branch information
himanshubalani authored Jul 8, 2024
1 parent 371fb33 commit 33d16a8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions resume.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang='en'>
<head>
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0; url=https://flowcv.com/resume/ndw4bwkh38">
<script type="text/javascript">
window.location.href = "https://flowcv.com/resume/ndw4bwkh38"
</script>
</head>
<body>
If you are not redirected automatically, follow this <a href='http://newwebsite.com/path-to-your-resume'>link to the resume</a>.
</body>
</html>

0 comments on commit 33d16a8

Please sign in to comment.