diff --git a/hello.js b/hello.js new file mode 100644 index 0000000000..36c9cf7dbb --- /dev/null +++ b/hello.js @@ -0,0 +1,12 @@ + + +
+ + + +Hello
+ + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000000..d84af2685f --- /dev/null +++ b/index.html @@ -0,0 +1,28 @@ + + + + + + +This is body text
+Hello World!
+ ++ Exercise 1:
+Create a page with button and input. This should prompt the user for their baggage weight
+When the user clicks submit,
+If the weight is over the limit of 15kh,it should alert the user that the bag is overweight.
+The prompt:
+ + + + + + \ No newline at end of file