12 lines
260 B
HTML
12 lines
260 B
HTML
<hr/>
|
|
<footer>© 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>
|