From a238cab3216ea30d8775b0e8269939b68f8361d8 Mon Sep 17 00:00:00 2001 From: Young Guk Kim <kyk1047715@gmail.com> Date: Thu, 26 Apr 2018 01:45:14 +0900 Subject: [PATCH] h --- ti/templates/ti/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ti/templates/ti/index.html b/ti/templates/ti/index.html index ddd8f8b..706c4a2 100644 --- a/ti/templates/ti/index.html +++ b/ti/templates/ti/index.html @@ -73,10 +73,10 @@ </div> <div class="container text-center"> <div style="border: 1px; float: left; width: 33%;"> - <h5>{{probl1}}</h5> + <h5>{{probl2}}</h5> </div> <div style="border: 1px; float: left; width: 33%;"> - <h5>{{probl2}}</h5> + <h3>{{probl1}}</h3> </div> <div style="border: 1px; float: left; width: 33%;"> <h5>{{probl3}}</h5> -- GitLab