File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE HTML>
2
2
<!--
3
3
/*
4
- * JavaScript MD5 Test 1.0.2
4
+ * JavaScript MD5 Test 1.1.0
5
5
* https://github.com/blueimp/JavaScript-MD5
6
6
*
7
7
* Copyright 2011, Sebastian Tschan
19
19
< meta charset ="utf-8 ">
20
20
< title > JavaScript MD5 Test</ title >
21
21
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
22
- < link rel ="stylesheet " href ="http ://blueimp.github.io/cdn/css/mocha.min.css ">
22
+ < link rel ="stylesheet " href ="https ://blueimp.github.io/cdn/css/mocha.min.css ">
23
23
</ head >
24
24
< body >
25
25
< div id ="mocha "> </ div >
26
- < script src ="http ://blueimp.github.io/cdn/js/mocha.min.js "> </ script >
27
- < script src ="http ://blueimp.github.io/cdn/js/expect.min.js "> </ script >
26
+ < script src ="https ://blueimp.github.io/cdn/js/mocha.min.js "> </ script >
27
+ < script src ="https ://blueimp.github.io/cdn/js/expect.min.js "> </ script >
28
28
< script >
29
29
mocha . setup ( 'bdd' ) ;
30
30
</ script >
You can’t perform that action at this time.
0 commit comments