diff options
author | Alex Scerba <alex@scerba.org> | 2024-08-21 23:19:25 -0400 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2024-08-21 23:19:25 -0400 |
commit | c149fae3b06c71aca4fefb130c4cc77c3ddebb34 (patch) | |
tree | 92be60596fc1098ce98a6ea9ca3273bc38fb8f00 | |
parent | 7eff2f9b7d40c900816532d2d6c716b25226c78c (diff) |
Add 244 image to gallery
-rw-r--r-- | html/gallery.tmpl.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/html/gallery.tmpl.html b/html/gallery.tmpl.html index 33eef70..8ad6eba 100644 --- a/html/gallery.tmpl.html +++ b/html/gallery.tmpl.html @@ -9,6 +9,7 @@ <p>Note: still under construction.</p>
</section>
<div class="gallery">
+ <img src="./static/media/20240816_Volvo-240-blue_1000.jpg" alt="Blue Volvo 240 DL outside Dearborn Music." width="1000" height="562" />
<img src="./static/media/SB-D8/Coco_1000.jpg" alt="Coco, my chocolate lab, standing in the driveway." width="1000" height="750" />
<img src="./static/media/SB-D8/Staredown_1000.jpg" alt="Mazda Miata and Chevrolet Silverado in a staredown in my driveway." width="1000" height="562" />
<img src="./static/media/SB-D8/Slave-1_1000.jpg" alt="LEGO Boba Fett's Slave 1." width="1000" height="562" />
|