Create project

This commit is contained in:
Chen Yi-Cyuan
2014-01-04 10:47:37 +08:00
commit 9d80e2d7f0
7 changed files with 257 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>SHA1</title>
<script src="../src/sha1.js"></script>
<script src="debug.js"></script>
<script src="test.js"></script>
</head>
<body>
</body>
</html>