Files
portfolio/index.html
Félix MARQUET efc218f445 refactor: remove GitHubStatsSection component and its mock data
fix: remove Homelab link from Menu component

i18n: update TimelineSection to use translation keys for experience items

i18n: switch to loading translations from backend instead of hardcoded

style: add custom variant for dark mode in index.css

style: clean up unused CSS variables and classes in output.css

config: update tailwind.config.js to use ES module syntax

config: include env.d.ts in tsconfig.json for type definitions
2025-08-26 20:22:08 +00:00

24 lines
758 B
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="generator" content="React" />
<meta name="theme-color" content="#000000" />
<meta name="darkreader" content="dark" />
<meta
name="description"
content="Portfolio de Félix MARQUET"
/>
<link rel="apple-touch-icon" href="/logo192.png" />
<link rel="manifest" href="/manifest.json" />
<title>Portfolio Félix MARQUET</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/App.jsx"></script>
</body>
</html>