hacktoberfest-2018/code/helloWorld.html

8 lines
163 B
HTML
Raw Normal View History

2018-10-01 20:23:37 -03:00
<html>
<header><title>HacktoberFest</title></header>
<body>
2018-10-01 20:43:28 -03:00
Hello, world! </br>
Hello, HacktoberFest!</br></br>
<a href="aboutMe.html">About me</a>
2018-10-01 20:23:37 -03:00
</body>
</html>