This commit is contained in:
Marc Beninca 2025-02-11 11:26:39 +01:00
parent daafda5caa
commit bb34c7a914
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 27 additions and 0 deletions

27
index.html Normal file
View file

@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="CV">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Curriculum Vitæ</title>
<link rel="stylesheet" href="styles/light.css">
</head>
<body>
<header>
</header>
<main>
</main>
<aside>
</aside>
<footer>
</footer>
</body>
</html>

0
styles/light.css Normal file
View file