This commit is contained in:
2026-07-23 16:37:12 +02:00
parent 99c345f2f2
commit 0da75c1311
2159 changed files with 230833 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<!-- file: kb_app_demo/frontend/splash.html -->
<!-- version: 2 -->
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Loading ... Khadhroony Bot2</title>
<link rel="stylesheet" href="sass/splash.scss" />
</head>
<body>
<div id="splash-container" style="opacity: 0;">
<img id="splash-image" src="imgs/splash.png" alt="Application Loading" />
<div id="app-name">Khadhroony</div>
<div id="debug-info"></div>
<div id="messages-container"></div>
</div>
<script type="module" src="ts/splash.ts" defer></script>
</body>
</html>