Initial CV lib commit

This commit is contained in:
2025-03-07 16:59:01 +02:00
commit 9fbc7d6f81
54 changed files with 812 additions and 0 deletions

12
index.html Normal file
View File

@@ -0,0 +1,12 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>CV</title>
<link data-trunk rel="tailwind-css" href="./css/input.css" />
<link data-trunk rel="copy-dir" href="./fonts" />
<link data-trunk rel="copy-dir" href="./images" />
<link data-trunk rel="rust"/>
</head>
</html>