Files
Zordon/lib/server/templates/index.html
2022-12-20 11:22:04 -08:00

8 lines
214 B
HTML

{% extends 'layout.html' %}
{% block body %}
<div class="container is-fluid" style="padding-top: 20px;">
<div id="table" class="table"></div>
</div>
<script src="/static/js/job_table.js"></script>
{% endblock %}