diff options
-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> |