combinationLockPG/index.html

12 lines
325 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>
2014-03-16 11:30:15 +00:00
<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>
2014-03-11 08:24:07 +00:00
</html>