diff options
-rw-r--r-- | index.html | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -4,6 +4,16 @@ </head> <body> <h1>Welcome to Joe's website</h1> + <div> + <table> + <a href="">C</a> + <a href="">C++</a> + <a href="">Lisp</a> + <a href="">Assembly</a> + <a href="">GNU Emacs</a> + <a href="">My projects</a> + </table> + </div> <p> This is some text </p> |