[index.jinja2] moved <footer> into <body> (#883)

This commit is contained in:
Peter Klein 2025-02-18 22:36:24 +01:00 committed by GitHub
parent f7b96b9feb
commit f287151be1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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>