0.1.0-1-alpha.2
This commit is contained in:
17
Tauri/game-reflex-poc/frontend/index.html
Normal file
17
Tauri/game-reflex-poc/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">Tauri · WebView · WASM</output>
|
||||
</main>
|
||||
<script type="module" src="./main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user