add photo gallery

This commit is contained in:
2023-09-06 19:51:38 -07:00
parent 6642a4992c
commit 54106ae234
6 changed files with 52 additions and 3 deletions
+1
View File
@@ -14,6 +14,7 @@
</div>
<nav>
<a href="/">Home</a>
<a href="/gallery.html">Photos</a>
</nav>
</header>
+4
View File
@@ -0,0 +1,4 @@
$body$
<div class="gallery">
$art$
</div>
+3
View File
@@ -0,0 +1,3 @@
<div class="photo">
<img src="$url$"/>
</div>