hacktoberfest-2018/code/helloWorld.html

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>