add photo gallery
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
</div>
|
||||
<nav>
|
||||
<a href="/">Home</a>
|
||||
<a href="/gallery.html">Photos</a>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
$body$
|
||||
<div class="gallery">
|
||||
$art$
|
||||
</div>
|
||||
@@ -0,0 +1,3 @@
|
||||
<div class="photo">
|
||||
<img src="$url$"/>
|
||||
</div>
|
||||
Reference in New Issue
Block a user