This repository has been archived on 2025-03-01. You can view files and clone it, but cannot push or open issues or pull requests.
trantor/templates/footer.html

14 lines
503 B
HTML
Raw Normal View History

2012-08-17 10:22:13 +02:00
</div> <!-- container open in index.html -->
<footer class="container footer">
2012-08-17 08:25:44 +02:00
<hr />
<p><small>Chief Librarian: Las Zenow (zenow@tormail.org)<br />
Fork the source code from <a href="https://gitorious.org/trantor">gitorious</a></small>.</p>
2012-07-30 23:23:38 +02:00
</footer>
2012-08-17 08:25:44 +02:00
<!-- Placed at the end of the document so the pages load faster -->
<script src="/js/bootstrap-modal.js"></script>
<script src="/js/bootstrap-dropdown.js"></script>
2012-08-18 02:06:43 +02:00
<script src="/js/bootstrap-alert.js"></script>
2012-07-30 23:23:38 +02:00
</body>
</html>