diff --git a/html5_fundamentals/module1/hello_world.html b/html5_fundamentals/module1/hello_world.html new file mode 100644 index 0000000..1027b66 --- /dev/null +++ b/html5_fundamentals/module1/hello_world.html @@ -0,0 +1,12 @@ + + + + + + My first page + + + Hello World + + + \ No newline at end of file