-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathfooter.php
More file actions
16 lines (13 loc) · 762 Bytes
/
Copy pathfooter.php
File metadata and controls
16 lines (13 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<footer id="footer">
<div class="container">
<div class="row">
Site hosted by <a href="https://icculus.org">icculus.org</a> and put together with <a href="http://getbootstrap.com">bootstrap</a> and the <a href="http://www.bootstrapzero.com/bootstrap-template/sectionalize">sectionalize template</a> by <a href="http://www.nuclearmonster.com/">NuclearMonster</a>. Submit changes to the openal.org website content via <a href="https://github.com/NuclearMonster/openal-website">github pull requests</a>.
</div>
</div>
</footer>
<!-- script references -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/scripts.js"></script>
</body>
</html>