MultiplayerMinesweeper/index.html
2022-04-19 17:44:33 -04:00

15 lines
307 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Add Image to Canvas Using image() Object</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<canvas id="canvas">
Sorry. Your browser does not support HTML5 canvas element.
</canvas>
</body>
<script src="script.js"></script>
</html>