generated 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
christinapwalker
committed
Nov 6, 2024
1 parent
70fc6d3
commit e5f51d8
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="Walker CV"/> | ||
|
||
<!--You can add your keywords to personalise--> | ||
<meta property="og:description" content="Christina Walker CV"/> | ||
|
||
<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> |