forked from jitinnair1/autoCV
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moving files index.html CNAME using main
- Loading branch information
ShubhamChouksey123
authored and
ShubhamChouksey123
committed
May 28, 2024
1 parent
0ce7e35
commit 835c73e
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |