This commit is contained in:
aminecmi 2022-09-29 14:54:56 +02:00
parent ebed0c208c
commit 0d90e4c166

View File

@ -28,7 +28,12 @@ function CV() {
const interests: Interest[] = [] const interests: Interest[] = []
const profile: Profile = {} const profile: Profile = {
"name": "",
"title": "",
"quote": "",
"picture": ""
}
document.title = profile.name; document.title = profile.name;