[index.jinja2] moved <footer> into <body> (#883)
This commit is contained in:
parent
f7b96b9feb
commit
f287151be1
|
@ -111,11 +111,11 @@
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
</body>
|
|
||||||
<footer>
|
<footer>
|
||||||
<div id="data-container" data-jsonblob="{{ test_data }}"></div>
|
<div id="data-container" data-jsonblob="{{ test_data }}"></div>
|
||||||
<script>
|
<script>
|
||||||
{% include "app.js" %}
|
{% include "app.js" %}
|
||||||
</script>
|
</script>
|
||||||
</footer>
|
</footer>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue