Skip to content

Instantly share code, notes, and snippets.

@us113021
Created October 19, 2014 20:24
Show Gist options
  • Save us113021/108cafad9f915e4e0fca to your computer and use it in GitHub Desktop.
Save us113021/108cafad9f915e4e0fca to your computer and use it in GitHub Desktop.
1024進捗報告
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>座席表</title>
</head>
<body>
<h1>座席表</h1>
<canvas id="mycanvas" width="2000" height="2000">
</canvas>
<script src="myscript.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment