Skip to content
Snippets Groups Projects
Commit 1206bbc2 authored by Jeyan Kanagaratnam's avatar Jeyan Kanagaratnam
Browse files

Replace index.html

parent d816c6f8
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,8 @@
<div class="page section">
<h1>Returns List</h1>
<p>Here are the latest returns:</p>
<p>Here are the latest returns:<br>
This page will reset in <span id="countdown">5</span> seconds</p>
<ul>
{% for return in returns | reverse %}
......@@ -36,8 +37,10 @@
</div>
<div class="footer">
<!-- needs to be edited to be dynamic -->
This page will reset in x seconds
This page will reset in <span id="countdown">5</span> seconds
</div>
<script src="{{ url_for('static', filename='script.js') }}"></script>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment