diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-04-01 21:41:50 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-04-01 21:41:50 -0500 |
commit | 11560108ca7742b4a2acf24e449b1b1ebff2c44e (patch) | |
tree | 5b7344c2e8e4aba50da830b171118e508b1182cc /planets/mars.html | |
parent | b1bbdbf5f0d9206781847e02ac2631caee366ad3 (diff) | |
download | space-wiki-11560108ca7742b4a2acf24e449b1b1ebff2c44e.tar.gz space-wiki-11560108ca7742b4a2acf24e449b1b1ebff2c44e.tar.bz2 space-wiki-11560108ca7742b4a2acf24e449b1b1ebff2c44e.zip |
update image URIs
Diffstat (limited to 'planets/mars.html')
-rw-r--r-- | planets/mars.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/planets/mars.html b/planets/mars.html index 82f1265..9841bf2 100644 --- a/planets/mars.html +++ b/planets/mars.html @@ -90,7 +90,7 @@ <!-- <a class="planet-link" href="#more">Learn More</a> --> </div> <div class="col-md-6"> - <img class="img-fluid planet-img" src="https://img.cmc.pub/space-wiki/mars.jpg" alt="Mars" /> + <img class="img-fluid planet-img" src="https://media.githubusercontent.com/media/ccleberg/img/main/space-wiki/mars.jpg" alt="Mars" /> </div> </div> </div> |