diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-21 03:10:33 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-21 03:10:33 +0200 |
commit | f637b2ef433d00dd3a4281afc0a6f2f5c1a06ff9 (patch) | |
tree | b34c221142c83684261036f7eb086a14dda5bd5d /index.html | |
parent | Added norm link (diff) | |
download | joe-www-f637b2ef433d00dd3a4281afc0a6f2f5c1a06ff9.tar.gz joe-www-f637b2ef433d00dd3a4281afc0a6f2f5c1a06ff9.tar.bz2 joe-www-f637b2ef433d00dd3a4281afc0a6f2f5c1a06ff9.tar.xz joe-www-f637b2ef433d00dd3a4281afc0a6f2f5c1a06ff9.tar.zst joe-www-f637b2ef433d00dd3a4281afc0a6f2f5c1a06ff9.zip |
Better index
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -3,7 +3,7 @@ <title>Joe's own website</title> </head> <body> - <h1>Welcome to Joe's website</h1> + <h1>Welcome to Joe's dev blog</h1> <div> <table> <tr> @@ -31,6 +31,9 @@ <th> <a href="">My C/C++ style</a> </th> + <th> + <a href="">Links</a> + </th> </tr> </table> </div> |