cv_2026/index.html
Alter a5ad751f1e
All checks were successful
CV build / build (push) Successful in 1m0s
fix title
2026-09-04 17:42:30 +02:00

14 lines
378 B
HTML

<!doctype html>
<html lang="en_us">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CV Julien Laville : senior fullstack developer</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>