Files
cvancau 102654b7a9
Deploy to home / deploy (push) Failing after 5s
Actualiser index.html
2026-08-09 16:02:45 +02:00

20 lines
706 B
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<link rel="icon" href="./favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="microKORG Patch Editor" />
<link rel="manifest" href="./manifest.json" />
<title>Alapatch - microKORG Editor</title>
</head>
<body class="bg-gray-900 text-white天">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!-- Point d-entree obligatoire requis par Vite pour charger React -->
<script type="module" src="/src/index.jsx"></script>
</body>
</html>