hacktoberfest-2018/code/helloWorld.html
2018-10-01 20:43:28 -03:00

8 lines
163 B
HTML

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