interstellar_website/secret/mineSweeper/index.html

15 lines
276 B
HTML
Raw Normal View History

2025-01-04 21:58:26 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Minesweeper</title>
</head>
<body>
<canvas id="game"></canvas>
<script src="script.js"></script>
</body>
</html>