Skip to content

Instantly share code, notes, and snippets.

@martian17
Created January 6, 2020 15:26
Show Gist options
  • Save martian17/a740b58a1e9e66ca2b4b85bbf957af1e to your computer and use it in GitHub Desktop.
Save martian17/a740b58a1e9e66ca2b4b85bbf957af1e to your computer and use it in GitHub Desktop.
HTML、参考までに
<!DOCTYPE html>
<html lang="ja" dir="ltr">
<head>
<meta charset="utf-8" />
<title>Reversi</title>
</head>
<body>
<canvas id="canvas" width="500" height="500"></canvas>
<input type="button" />
<script src="final.js" charset="utf-8"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment