1
0
mirror of https://github.com/c0de-archive/hacktoberfest-2018.git synced 2025-01-05 08:42:41 +00:00
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>