mirror of
https://github.com/tjsga/website-2018.git
synced 2025-04-16 01:00:17 -04:00
23 lines
308 B
HTML
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>
|