mirror of
https://github.com/sigmasternchen/combinationLockPG
synced 2025-03-15 11:38:55 +00:00
10 lines
No EOL
312 B
HTML
10 lines
No EOL
312 B
HTML
<!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> |