Created
January 6, 2020 15:26
-
-
Save martian17/a740b58a1e9e66ca2b4b85bbf957af1e to your computer and use it in GitHub Desktop.
HTML、参考までに
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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