-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
22 lines (22 loc) · 857 Bytes
/
footer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<footer>
<hr>
<table style="width: 70%; margin-left: auto; margin-right: auto;">
<tr>
<td style="width: 25%; border-right: 1px solid;">
<a href="/">Home</a>
</td>
<td style="width: 25%; border-left: 1px solid; border-right: 1px solid;">
<a href="/blog/index.html">Blog</a>
</td>
<td style="width: 25%; border-left: 1px solid; border-right: 1px solid;">
<a href="/about.html">About</a>
</td>
<td style="width: 25%; border-left: 1px solid;">
<a href="/photography/index.html">Photography</a>
</td>
</tr>
</table>
<p>
<i>The views expressed on this site are strictly my own. They do not reflect those of my employers or affiliates, past or present.</i>
</p>
</footer>