first commit
This commit is contained in:
26
index.html
Normal file
26
index.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@2.44.0/tabler-icons.min.css">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<title>Buscainas</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="gui">
|
||||
<div id="marcador">
|
||||
<span>🚩</span><span id="banderas">00</span>
|
||||
<span>⏳</span><span id="tiempo">00:00:00</span>
|
||||
</div>
|
||||
<div id="canvas_container">
|
||||
<canvas id="tablero"></canvas>
|
||||
</div>
|
||||
<button id="startButton" onclick="iniciarPartida()">Start</button>
|
||||
</div>
|
||||
<textarea id="debug" cols="30" rows="10"></textarea>
|
||||
<script src="game.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user