mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-06-20 09:34:46 +02:00
still improving
This commit is contained in:
@ -40,12 +40,12 @@
|
||||
<h1>Already logged in</h1>
|
||||
{% else %}
|
||||
|
||||
<select name="select" onchange="change_logs(this.value)"></select>
|
||||
<select name="select" onchange="change_logs(this.value)">
|
||||
{% for i in data %}
|
||||
<option id="{{data[i]['name']}}" value="{{i}}">{{data[i]['name']}}</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
<embed type="text/html" src="{{url_for('static', filename='log/1.txt')}}" width="100%" height="100%">
|
||||
<embed type="text/html" src="{{url_for('static', filename='log/1.txt')}}" width="100%" height="100%" id="embed">
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user