diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-21 02:32:13 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-21 02:32:13 +0200 |
commit | aae16837b7db08613be4ee3a6a944c9248aaef0e (patch) | |
tree | c87dae06603825ff4e3ec8c5e427ef5075be8e1d /index.html | |
parent | Added README.org (diff) | |
download | joe-www-aae16837b7db08613be4ee3a6a944c9248aaef0e.tar.gz joe-www-aae16837b7db08613be4ee3a6a944c9248aaef0e.tar.bz2 joe-www-aae16837b7db08613be4ee3a6a944c9248aaef0e.tar.xz joe-www-aae16837b7db08613be4ee3a6a944c9248aaef0e.tar.zst joe-www-aae16837b7db08613be4ee3a6a944c9248aaef0e.zip |
In progress
Diffstat (limited to 'index.html')
-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> |