diff --git a/src/templates/index.html b/src/templates/index.html index 1819b29..f339e95 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -1,43 +1,49 @@ {% extends "root.html" %} {% block main %} -{{ super() }} -
- -
Scoreboard
-
-

The results are send here via JSON from the java app.

- - - - - - - - - - - - {% for item in results %} - - - - - - - - {% endfor %} - -
GPUCPUScoreDetails
{{ item.gpu | truncate(50) }}{{ item.cpu | truncate(50)}}{{ item.score }}See more
+ {{ super() }} +
+ +
Scoreboard
+
+

The results are send here via JSON from the java app.

+ + + + + + + + + + + + {% for item in results %} + + + + + + + + {% endfor %} + +
GPUCPUScoreDetails
{{ item.gpu | truncate(50) }}{{ item.cpu | truncate(50) }}{{ item.score }}See more
+
-
{% endblock %} {% block scripts %} - {{super()}} + {{ super() }}