Files
website/packages/webapp/index.html
T
Julien Valverdé cf8bef6abd
Lint / lint (push) Successful in 26s
Remake portfolio landing page
2026-07-27 06:28:50 +02:00

23 lines
824 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#e9e9e4" />
<meta
name="description"
content="Julien Valverde — full-stack engineer and product builder working on Effect, developer tools, and useful vertical software."
/>
<meta property="og:title" content="Julien Valverde — Full-stack engineer & product builder" />
<meta
property="og:description"
content="Open-source tools, production software, and systems currently taking shape."
/>
<title>Julien Valverde — Full-stack engineer &amp; product builder</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>