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() }} -
The results are send here via JSON from the java app.
-Username | -GPU | -CPU | -Score | -Details | -
---|---|---|---|---|
{{ item.name | truncate(30, True) }} | -{{ item.gpu | truncate(50) }} | -{{ item.cpu | truncate(50)}} | -{{ item.score }} | -See more | -
The results are send here via JSON from the java app.
+Username | +GPU | +CPU | +Score | +Details | +
---|---|---|---|---|
{{ item.name | truncate(30, True) }} | +{{ item.gpu | truncate(50) }} | +{{ item.cpu | truncate(50) }} | +{{ item.score }} | +See more | +