Trying to start a webui
This commit is contained in:
parent
2b19398465
commit
40f521543a
9
templates/start.html
Normal file
9
templates/start.html
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<table id="comics">
|
||||||
|
{% for i in result %}
|
||||||
|
<tr>
|
||||||
|
{% for j in range(0,9) %}
|
||||||
|
<td>{{ i[j] }}</td>
|
||||||
|
{% endfor %}
|
||||||
|
</tr>
|
||||||
|
{% endfor %}
|
||||||
|
</table>
|
Loading…
Reference in New Issue
Block a user