diff options
Diffstat (limited to '')
-rw-r--r-- | index.html | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -6,7 +6,7 @@ </head> <body> <header> - <h1>Welcome to Joe's dev blog</h1> + <h1>Joe's dev blog</h1> </header> <div class="sidebar"> <ul> @@ -43,6 +43,14 @@ </ul> </div> <div class="body-content"> + <h1>About the site</h1> + <p> + Welcome to my personnal blog. There you can find my tips and articles on + various tech and programming subjects. + <br><br> + The site is still in developpement. + </p> + <h1>About me</h1> <p> This is some text </p> |