initial game from patrick
This commit is contained in:
parent
7c59b49e18
commit
bfdab37fcd
2 changed files with 156 additions and 0 deletions
15
secret/mineSweeper/index.html
Normal file
15
secret/mineSweeper/index.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue