commit a80bcb400e1f4c3fb78bc2e41a03957b5f99e1bd Author: 1549469775 <1549469775@qq.com> Date: Tue Jul 20 09:46:54 2021 +0800 init diff --git a/dist/index.html b/dist/index.html new file mode 100644 index 0000000..7fe44a2 --- /dev/null +++ b/dist/index.html @@ -0,0 +1,12 @@ + + + + + + + Document + + + test + + \ No newline at end of file diff --git a/main.js b/main.js new file mode 100644 index 0000000..230bd35 --- /dev/null +++ b/main.js @@ -0,0 +1 @@ +console.log(123); \ No newline at end of file