Created
January 15, 2014 14:07
-
-
Save shogito/8436876 to your computer and use it in GitHub Desktop.
bingoデモ用html
This file contains 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 html5> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<LINK href="3dWrap.css" rel="stylesheet" type="text/css"> | |
<script type="text/javascript" src="../numeric.js"></script> | |
<script type="text/javascript" src="../3DWrap.js"></script> | |
<script type="text/javascript" src="../piler.js"></script> | |
<script type="text/javascript" src="init.js"></script> | |
</head> | |
<body> | |
<div id="main" /> | |
<div class = "bingobutton">Bingo!!</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment