hacktoberfest-2018/code/helloWorld.html
2018-10-07 23:25:25 -03:00

9 lines
174 B
HTML

<html>
<header><title>HacktoberFest</title></header>
<body>
Hello, world! </br>
Hello, HacktoberFest!</br></br>
Welcome!!!
<a href="aboutMe.html">About me</a>
</body>
</html>