Added a about me page

This commit is contained in:
izabela963 2018-10-01 20:43:28 -03:00
parent 4e854592e8
commit 70a76ed25a
2 changed files with 12 additions and 2 deletions

9
code/aboutMe.html Normal file
View File

@ -0,0 +1,9 @@
<html>
<header><title>HacktoberFest</title></header>
<body>
My name is Izabela and I'm 21 years old. </br>
That's my first year on HacktoberFest!</br>
I am really excited to get T-shirt :]</br>
<a href="helloWorld.html">Home</a>
</body>
</html>

View File

@ -1,7 +1,8 @@
<html>
<header><title>HacktoberFest</title></header>
<body>
Hello, world!
Hello, HacktoberFest!
Hello, world! </br>
Hello, HacktoberFest!</br></br>
<a href="aboutMe.html">About me</a>
</body>
</html>