hacktoberfest-2018/code/helloWorld.html

9 lines
174 B
HTML
Raw Permalink Normal View History

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