Version totalmente funcional
This commit is contained in:
16
index.html
16
index.html
@@ -1,14 +1,16 @@
|
||||
<!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 href="https://fonts.googleapis.com/css2?family=Bungee+Spice&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>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<title>Buscaminas</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id="gui">
|
||||
@@ -19,10 +21,14 @@
|
||||
<div id="canvas_container">
|
||||
<canvas id="tablero"></canvas>
|
||||
</div>
|
||||
<button id="startButton" onclick="iniciarPartida()">Start</button>
|
||||
<a id="repositorioGit" href="https://git.marklogo.duckdns.org/" target="_blank"> <i class="ti ti-brand-github"></i> Repositorio Git</a>
|
||||
<button id="startButton" onclick="iniciarPartida()">Start</button>
|
||||
<a id="repositorioGit" href="https://git.marklogo.duckdns.org/" target="_blank"> <i
|
||||
class="ti ti-brand-github"></i> Repositorio Git</a>
|
||||
|
||||
</div>
|
||||
<audio id="audio" src="./assets/explosion.mp3" preload="auto"></audio>
|
||||
<audio id="audioVictory" src="./assets/victoria.mp3" preload="auto"></audio>
|
||||
<script src="game.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user