diff --git a/index.html b/index.html index 0d303bb..d6884a7 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,10 @@ - + HTML Application + @@ -11,6 +12,7 @@
+
@@ -55,4 +57,4 @@
- + \ No newline at end of file diff --git a/index.js b/index.js new file mode 100644 index 0000000..7297607 --- /dev/null +++ b/index.js @@ -0,0 +1,3 @@ +function myFunction() { + alert("This is an example warning..") + } \ No newline at end of file