From 7daf034fd94a8a07f9cbb5d070a085de69d184fd Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 21 Feb 2020 13:57:25 +0000 Subject: Async delayed hello world, first draft Signed-off-by: Daniel Silverstone --- html/async-delayed-hello-world.html | 9 +++++++++ html/hello-world.js | 3 +++ 2 files changed, 12 insertions(+) create mode 100644 html/async-delayed-hello-world.html create mode 100644 html/hello-world.js (limited to 'html') diff --git a/html/async-delayed-hello-world.html b/html/async-delayed-hello-world.html new file mode 100644 index 0000000..a2cbc20 --- /dev/null +++ b/html/async-delayed-hello-world.html @@ -0,0 +1,9 @@ + + + Hello World + + + +

Check the console for a hello world log

+ + diff --git a/html/hello-world.js b/html/hello-world.js new file mode 100644 index 0000000..03a10db --- /dev/null +++ b/html/hello-world.js @@ -0,0 +1,3 @@ +/* Hello World */ + +console.log("Hello World") -- cgit v1.2.3