website-2018/forms.html
2017-09-04 14:51:56 -04:00

23 lines
308 B
HTML

---
permalink: /forms
---
<!DOCTYPE html>
<html>
<head>
{% include head.html %}
<title>Forms - TJSGA</title>
</head>
<body>
{% include header.html %}
<div id="wrapper" class="fluid">
<section id="links">
</section>
</div>
{% include footer.html %}
</body>
</html>