-
Notifications
You must be signed in to change notification settings - Fork 1
/
gallery.php
24 lines (24 loc) · 995 Bytes
/
gallery.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
require_once 'includes/header.php';
?>
<div class="row">
<div class="small-12 columns">
<ul class="small-block-grid-4">
<li><a href="#" class="large button">Gallery<br>Item</a></li>
<li><a href="#" class="large button">Gallery<br>Item</a></li>
<li><a href="#" class="large button">Gallery<br>Item</a></li>
<li><a href="#" class="large button">Gallery<br>Item</a></li>
<li><a href="#" class="large button">Gallery<br>Item</a></li>
<li><a href="#" class="large button">Gallery<br>Item</a></li>
<li><a href="#" class="large button">Gallery<br>Item</a></li>
<li><a href="#" class="large button">Gallery<br>Item</a></li>
<li><a href="#" class="large button">Gallery<br>Item</a></li>
<li><a href="#" class="large button">Gallery<br>Item</a></li>
<li><a href="#" class="large button">Gallery<br>Item</a></li>
<li><a href="#" class="large button">Gallery<br>Item</a></li>
</ul>
</div>
</div>
<?php
require_once 'includes/footer.php';
?>