v0.1.0-pre.044
This commit is contained in:
19
kb-app-demo-desktop/frontend/splash.html
Normal file
19
kb-app-demo-desktop/frontend/splash.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<!-- 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>
|
||||
Reference in New Issue
Block a user