mirror of
https://github.com/BreizhHardware/portfolio.git
synced 2026-01-18 16:37:22 +01:00
24 lines
753 B
HTML
24 lines
753 B
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="/V5.png" />
|
|
<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>
|