From b392392da5fe5241af96d5dd21dd322abbf4d3ae Mon Sep 17 00:00:00 2001 From: compukid Date: Mon, 3 Jun 2024 14:50:56 -0400 Subject: [PATCH] html5 helloworld --- html5_fundamentals/module1/hello_world.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 html5_fundamentals/module1/hello_world.html 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