combinationLockPG/index.html

10 lines
312 B
HTML
Raw Normal View History

2014-03-11 08:24:07 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<script src="lock.js"></script>
<script src="main.js"></script>
</head>
<body>
<canvas id="canvas" width="200px" height="200px" style="background-color: #fff;"></canvas>
</body>
</html>