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
ShubhamChouksey123 authored and ShubhamChouksey123 committed May 28, 2024
1 parent 0ce7e35 commit 835c73e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Empty file added CNAME
Empty file.
20 changes: 20 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">

<!--You can add your name and affiliation below to personalise -->
<meta property="og:title" content="My CV"/>

<!--You can add your keywords to personalise-->
<meta property="og:description" content="Education, Experience, Projects etc."/>

<meta property="og:image" content="https://dummyimage.com/100x100/000/fff&text=CV" />
<title>CV</title>
</head>
<body>
<script type="text/javascript">
window.location.href = "./cv.pdf"
</script>
</body>
</html>

0 comments on commit 835c73e

Please sign in to comment.