h1 changed to h2
diff --git a/web_app/templates/index.html b/web_app/templates/index.html
index 72b8803..d0729c2 100644
--- a/web_app/templates/index.html
+++ b/web_app/templates/index.html
@@ -8,7 +8,7 @@
 </head>
 <body>
     {% block body %}
-        <h1 align="center">Tests report : </h1>
+        <h2 align="center">Tests report : </h2>
         <table align="center" class="table table-striped" style="width: 70%; ">
             <th>Build name</th>
             <th> Date </th>