mirror of
https://git.coop/cotech/website.git
synced 2025-06-26 08:30:47 +00:00
Lang set to en and test of adding directory listings
This commit is contained in:
35
bot.html
Normal file
35
bot.html
Normal file
@ -0,0 +1,35 @@
|
||||
<footer>
|
||||
<div class="footer-upper">
|
||||
<div class="row">
|
||||
<div class="small-12 columns">
|
||||
|
||||
<div class="menu-centered">
|
||||
<ul class="menu">
|
||||
<li><a href="/about">About <span>»</span></a></li>
|
||||
<li><a href="/join">Join <span>»</span></a></li>
|
||||
<li><a href="/manifesto">Manifesto <span>»</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="footer-lower">
|
||||
<div class="row">
|
||||
<div class="small-12 columns">
|
||||
<img src="/assets/img/coop-logo.png" class="float-center" />
|
||||
<p>Site developed by <a href="https://glowboxdesign.co.uk/" target="_blank">Glowbox Design</a>, <a href="https://gofreerange.com/" target="_blank">Go Free Range</a> & <a href="https://outlandish.com" target="_blank">Outlandish</a>.</p>
|
||||
<p>Source code available on <a href="https://git.coop/cotech/website" target="_blank">git.coop</a>.</p>
|
||||
<p>Hosted by <a href="https://www.webarchitects.coop/" target="_blank">Webarchitects</a> for CoTech ©2019</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
<script type='text/javascript' src='/assets/js/app.js'></script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user