water-filling-game / index.html
Yasu777's picture
Update index.html
bf2fdf3
raw
history blame contribute delete
423 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ζ°΄γ‚’ε…₯γ‚Œγ‚‹γ‚²γƒΌγƒ </title>
<style>
canvas {
display: block;
margin: auto;
}
</style>
</head>
<body>
<canvas id="gameCanvas" width="800" height="600"></canvas>
<script src="script.js"></script>
</body>
</html>