diff --git a/app.py b/app.py
index 536a79a..db360c6 100644
--- a/app.py
+++ b/app.py
@@ -77,6 +77,7 @@ def load_classic_data():
command = {}
command['name'] = None
command['rank'] = None
+ command['rank_number'] = None
command['rank_list'] = []
command['description'] = []
@@ -105,6 +106,7 @@ def load_classic_data():
rank = 33 - rank
command['rank_list'].append(rank)
command['rank'] = sum(command['rank_list'])
+ command['rank_number'] = len(command['rank_list'])
# Description:
description = text_lines[idx+1]
diff --git a/templates/index.html b/templates/index.html
index 9e53b8d..9a1e52c 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -1,5 +1,6 @@
+
LinuxHot16Challenge
@@ -8,136 +9,147 @@
+
-