0.1.0-1-alpha.2-fix.2
This commit is contained in:
17
crates/apps/game-reflex-poc-tauri/frontend/index.html
Normal file
17
crates/apps/game-reflex-poc-tauri/frontend/index.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!doctype html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<title>Reflex POC Tauri</title>
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<main id="app">
|
||||
<canvas id="game" aria-label="Reflex POC"></canvas>
|
||||
<output id="score">Score : 0</output>
|
||||
<output id="runtime">Initialisation…</output>
|
||||
</main>
|
||||
<script type="module" src="/ts/main.ts"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user