diff options
author | Joe <bousset.rudy@gmail.com> | 2022-04-30 21:42:39 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-04-30 21:42:39 +0200 |
commit | ec7d3c4f3a2f281e1b7c590ae493785f01fa6bba (patch) | |
tree | c8e0bbabe8bf5c28c75526e5310848ff053724c1 /about.html | |
parent | now good (diff) | |
download | gitjoe-cgit-ec7d3c4f3a2f281e1b7c590ae493785f01fa6bba.tar.gz gitjoe-cgit-ec7d3c4f3a2f281e1b7c590ae493785f01fa6bba.tar.bz2 gitjoe-cgit-ec7d3c4f3a2f281e1b7c590ae493785f01fa6bba.tar.xz gitjoe-cgit-ec7d3c4f3a2f281e1b7c590ae493785f01fa6bba.tar.zst gitjoe-cgit-ec7d3c4f3a2f281e1b7c590ae493785f01fa6bba.zip |
home update
Diffstat (limited to '')
-rw-r--r-- | about.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,4 @@ <div class="body-contents"> - <div class="figure"> - <p><img src="img/gitjoe.png" alt="gitjoe.png" width="600"></p> - </div> <h2>About GitJoe</h2> <p> This website is a public front-end for me and my @@ -19,4 +16,7 @@ <a href="https://jozanofastora.xyz/links.html">links</a> or my email directly: <b>bousset.rudy@gmail.com</b> </p> + <div class="figure"> + <p><img src="img/gitjoe.png" alt="gitjoe.png" width="300"></p> + </div> </div> |