diff options
author | Joe <bousset.rudy@gmail.com> | 2022-05-01 03:09:51 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-05-01 03:09:51 +0200 |
commit | 80534feac052215ed926c85fdfdac83d2d0929c1 (patch) | |
tree | 1cc2e610d318d7dbc58eff31a4f35c575914cdc1 | |
parent | added line-height (diff) | |
download | joe-www-80534feac052215ed926c85fdfdac83d2d0929c1.tar.gz joe-www-80534feac052215ed926c85fdfdac83d2d0929c1.tar.bz2 joe-www-80534feac052215ed926c85fdfdac83d2d0929c1.tar.xz joe-www-80534feac052215ed926c85fdfdac83d2d0929c1.tar.zst joe-www-80534feac052215ed926c85fdfdac83d2d0929c1.zip |
fix
-rw-r--r-- | index.html | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -64,8 +64,7 @@ rocket science and astrophysics. </p> <div class="figure"> - <p> - <img src="img/me.jpg" alt="me.jpg" width="325"> + <p><img src="img/me.jpg" alt="me.jpg" width="325"></p> <p> A picture of me IRL at work </p> @@ -85,9 +84,7 @@ </p> <p> This counter is being updated by - <a href="https://gitjoe.xyz/users/jozan/serv-scripts/file/src/cron/counter.sh.html"> - this script - </a> + <a href="https://gitjoe.xyz/users/jozan/serv-scripts/file/src/cron/counter.sh.html">this script</a> every hour. </p> <hr style="height: 1px; border-width: 0; color: gray; background-color: gray;"> |