From a80bcb400e1f4c3fb78bc2e41a03957b5f99e1bd Mon Sep 17 00:00:00 2001 From: 1549469775 <1549469775@qq.com> Date: Tue, 20 Jul 2021 09:46:54 +0800 Subject: [PATCH] init --- dist/index.html | 12 ++++++++++++ main.js | 1 + 2 files changed, 13 insertions(+) create mode 100644 dist/index.html create mode 100644 main.js 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