20 lines
613 B
HTML
20 lines
613 B
HTML
<!-- file: kb-app-demo-desktop/frontend/splash.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>Chargement — Khadhroony Bot3</title>
|
|
<link rel="stylesheet" href="sass/splash.scss" />
|
|
</head>
|
|
<body>
|
|
<main id="splash-container">
|
|
<img src="imgs/splash.png" alt="Khadhroony Bot3" />
|
|
<h1>Khadhroony Bot3</h1>
|
|
<div id="messages-container" aria-live="polite"></div>
|
|
</main>
|
|
<script type="module" src="ts/splash.ts"></script>
|
|
</body>
|
|
</html>
|