sourcing/sourcing/templates/foot.html
2017-01-30 10:22:05 +00:00

12 lines
260 B
HTML

<hr/>
<footer>&copy; 2017 Project Xanadu</footer>
</div>
<script src="{{ url_for('static', filename='jquery/jquery.js') }}"></script>
<script src="{{ url_for('static', filename='bootstrap/js/bootstrap.js') }}"></script>
{{ scripts | safe }}
</body>
</html>