Added my helloWorld page :)

This commit is contained in:
izabela963 2018-10-01 20:23:37 -03:00
parent f5112e2a39
commit 4e854592e8

7
code/helloWorld.html Normal file
View File

@ -0,0 +1,7 @@
<html>
<header><title>HacktoberFest</title></header>
<body>
Hello, world!
Hello, HacktoberFest!
</body>
</html>