20 lines
706 B
HTML
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>
|