diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-22 20:11:13 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-22 20:11:13 +0200 |
commit | bf7749d7550df454abb7366a4ca8bb45e0bb3bd8 (patch) | |
tree | b57d3c57c8b7a931a97127a026f7f8770118c281 | |
parent | Removed link (diff) | |
download | joe-www-bf7749d7550df454abb7366a4ca8bb45e0bb3bd8.tar.gz joe-www-bf7749d7550df454abb7366a4ca8bb45e0bb3bd8.tar.bz2 joe-www-bf7749d7550df454abb7366a4ca8bb45e0bb3bd8.tar.xz joe-www-bf7749d7550df454abb7366a4ca8bb45e0bb3bd8.tar.zst joe-www-bf7749d7550df454abb7366a4ca8bb45e0bb3bd8.zip |
Page text update
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> |