Files: 38b309aee4694adb06629f3648731a558539c2cb / _layouts / default.html
446 bytesRaw
1 | |
2 | <html> |
3 | {% include head.html %} |
4 | <body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top"> |
5 | {% include nav.html %} |
6 | {% include header.html %} |
7 | {% include about.html %} |
8 | {% include equipment.html %} |
9 | {% include join_us.html %} |
10 | {% include contact.html %} |
11 | {% include map.html %} |
12 | {% include other_spaces.html %} |
13 | {% include footer.html %} |
14 | {% include js.html %} |
15 | </body> |
16 | </html> |
17 |
Built with git-ssb-web