Skip to content

Commit

Permalink
Moving files index.html CNAME using main
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaAmega authored and DimaAmega committed Jul 31, 2023
1 parent d5d2014 commit 3e0922d
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,11 @@
<meta property="og:title" content="CV Title"/>
<meta property="og:description" content="CV Description"/>
<meta property="og:image" content="https://dummyimage.com/100x100/000/fff&text=CV" />
<meta http-equiv="refresh" content="0; url=https://jitinnair1.github.io/autoCV/cv.pdf">
<script type="text/javascript">
window.location.href = "https://jitinnair1.github.io/autoCV/cv.pdf"
</script>
<title>Page Redirection</title>
<title>CV</title>
</head>
<body>
<!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
If you are not redirected automatically, <a href='https://jitinnair1.github.io/autoCV/cv.pdf'>follow this link</a>.
<script type="text/javascript">
window.location.href = "./cv.pdf"
</script>
</body>
</html>

<!-- From here: https://stackoverflow.com/a/5411601 -->

0 comments on commit 3e0922d

Please sign in to comment.