diff --git a/test/js/index.css b/test/js/index.css new file mode 100644 index 0000000..830576d --- /dev/null +++ b/test/js/index.css @@ -0,0 +1,4 @@ +* { + margin: 0; + padding: 0; +} diff --git a/test/js/index.html b/test/js/index.html new file mode 100644 index 0000000..d9f2102 --- /dev/null +++ b/test/js/index.html @@ -0,0 +1,11 @@ + + + + + + + + js测试 + + + diff --git a/test/js/index.js b/test/js/index.js new file mode 100644 index 0000000..e69de29