diff --git a/README.md b/README.md index 4e43f8b..df5815c 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,6 @@ This repository contains small example files and experiments used for testing co ## Notes Add more files or a project README with specific instructions when you add runnable code or tests. + +## Languages +HTML5 diff --git a/index.html b/index.html new file mode 100644 index 0000000..bc80100 --- /dev/null +++ b/index.html @@ -0,0 +1,9 @@ + + + +Hello World + + +

Hello World!

+ + \ No newline at end of file