Files
khadhroony-bot3/kb-app-demo-desktop/frontend/main.html
2026-07-25 18:07:51 +02:00

19 lines
667 B
HTML

<!-- file: kb-app-demo-desktop/frontend/main.html -->
<!-- version: 1 -->
<!doctype html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Khadhroony Bot3</title>
<style>body{font-family:sans-serif;margin:0;background:#111827;color:#f9fafb}main{max-width:900px;margin:8rem auto;padding:2rem}code{color:#93c5fd}</style>
</head>
<body>
<main>
<h1>Khadhroony Bot3</h1>
<p>La fenêtre splash de <code>kb-app-demo-desktop</code> est migrée.</p>
<p>La fenêtre principale sera complétée dans la prochaine tranche.</p>
</main>
</body>
</html>