create project

This commit is contained in:
Chen Yi-Cyuan
2014-01-04 09:30:26 +08:00
commit 5862c3cd82
6 changed files with 202 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>MD5</title>
<script src="../src/md5.js"></script>
<script src="debug.js"></script>
<script src="test.js"></script>
</head>
<body>
</body>
</html>