From cdbfc9f1a1c9591729899aced061c2080823a389 Mon Sep 17 00:00:00 2001 From: "jason.zhu" Date: Tue, 11 May 2021 10:24:54 +1000 Subject: [PATCH] Added app.js, index.html --- app.js | 1 + index.html | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 app.js create mode 100644 index.html diff --git a/app.js b/app.js new file mode 100644 index 0000000..ad86b2e --- /dev/null +++ b/app.js @@ -0,0 +1 @@ +console.log("hello"); \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..95cf944 --- /dev/null +++ b/index.html @@ -0,0 +1,14 @@ + + + + + + + JavaScript Demo + + +

JavaScript Demo

+ + + + \ No newline at end of file