This commit is contained in:
Asraelite 2015-01-15 19:56:04 +00:00
commit 1ae9c4896a
3 changed files with 125 additions and 0 deletions

10
index.html Normal file
View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<script src="script.js"></script>
</head>
<body>
<button id="go">Solve</button>
</body>
</html>