From 8a13b9b5d6ffb1594de676d67c9551d791e4516e Mon Sep 17 00:00:00 2001 From: LeviDing Date: Thu, 12 Mar 2020 11:26:42 +0800 Subject: [PATCH 1/4] Create index.html --- .../01-hello-world/1-hello-alert/index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 1-js/02-first-steps/01-hello-world/1-hello-alert/index.html diff --git a/1-js/02-first-steps/01-hello-world/1-hello-alert/index.html b/1-js/02-first-steps/01-hello-world/1-hello-alert/index.html new file mode 100644 index 00000000..ff1d871b --- /dev/null +++ b/1-js/02-first-steps/01-hello-world/1-hello-alert/index.html @@ -0,0 +1,12 @@ + + + + + + + + + + From be02f577764b9146bd166f9a3044a06a6a2c42db Mon Sep 17 00:00:00 2001 From: LeviDing Date: Thu, 12 Mar 2020 11:31:30 +0800 Subject: [PATCH 2/4] Update index.html From 4df68f5632f0fd88234ad20f3d4c9448a15596bb Mon Sep 17 00:00:00 2001 From: LeviDing Date: Thu, 12 Mar 2020 11:31:48 +0800 Subject: [PATCH 3/4] Update index.html From 44e88b872cf3272087552286537977fef678f155 Mon Sep 17 00:00:00 2001 From: LeviDing Date: Thu, 12 Mar 2020 11:32:52 +0800 Subject: [PATCH 4/4] Update solution.md --- 1-js/02-first-steps/01-hello-world/1-hello-alert/solution.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/1-js/02-first-steps/01-hello-world/1-hello-alert/solution.md b/1-js/02-first-steps/01-hello-world/1-hello-alert/solution.md index e69de29b..81552913 100644 --- a/1-js/02-first-steps/01-hello-world/1-hello-alert/solution.md +++ b/1-js/02-first-steps/01-hello-world/1-hello-alert/solution.md @@ -0,0 +1,2 @@ + +[html src="index.html"]