Foppe Hemminga 6 years ago
parent
commit
7a2af0bf76
1 changed files with 2 additions and 2 deletions
  1. 2 2
      index.php

+ 2 - 2
index.php

@@ -12,7 +12,7 @@
 </head>
 <body>
 <div class="container">
-    <h1>Racing Australia</h1>
+    <h6>Racing Australia</h6>
     <?php
     require_once 'dbconfig.php';
 	$dsn = "pgsql:host=$host;port=5432;dbname=$db;user=$username;password=$password";
@@ -112,7 +112,7 @@
             </tbody>
         </table>
         -->
-        <h1>Scratchings</h1>
+        <h6>Scratchings</h6>
 <table class="table table-striped table-bordered">
     <?php
     $table_head = <<<TABLEHEAD