diff --git a/index.html b/index.html new file mode 100644 index 0000000..f6fe8f7 --- /dev/null +++ b/index.html @@ -0,0 +1,11 @@ + + + + + + Document + + +

This is a headline

+ +, script.js diff --git a/script.js b/script.js new file mode 100644 index 0000000..b287455 --- /dev/null +++ b/script.js @@ -0,0 +1 @@ +alert('My alert'); \ No newline at end of file