academic/index.html
2025-10-28 15:56:53 +01:00

18 lines
555 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="#000000" />
<script
defer
src="https://umami.alzalia.fr/getinfo"
data-website-id="434842c9-cb97-4b8d-bf94-b755989ec6b8"
></script>
<title>Personal Website</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>