mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2025-01-03 08:22:39 +00:00
Added a about me page
This commit is contained in:
parent
4e854592e8
commit
70a76ed25a
9
code/aboutMe.html
Normal file
9
code/aboutMe.html
Normal 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>
|
@ -1,7 +1,8 @@
|
|||||||
<html>
|
<html>
|
||||||
<header><title>HacktoberFest</title></header>
|
<header><title>HacktoberFest</title></header>
|
||||||
<body>
|
<body>
|
||||||
Hello, world!
|
Hello, world! </br>
|
||||||
Hello, HacktoberFest!
|
Hello, HacktoberFest!</br></br>
|
||||||
|
<a href="aboutMe.html">About me</a>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user