Browse Source

3rd time; also rename UI spans ofcourse :p

Ahwx 1 year ago
parent
commit
fffc6f1206
2 changed files with 2 additions and 2 deletions
  1. 1 1
      index.php
  2. 1 1
      search.php

+ 1 - 1
index.php

@@ -3,7 +3,7 @@
 </head>
 <body>
     <div class="mainContainer">
-        <h1 id="bodyHeader"><span>P</span>inter<span>n</span>et</h1>
+        <h1 id="bodyHeader"><span>B</span>inter<span>n</span>et</h1>
         <form class="searchContainer" action="search.php" method="get" autocomplete="off">
           <div id="inputWrapper"><br><br><br><br>
             <input type="text" name="q" autofocus/>

+ 1 - 1
search.php

@@ -7,7 +7,7 @@
 </head>
     <body>
         <form class="searchContainer" method="get" autocomplete="off">
-            <h1><a class="no-decoration" href="./"><span>P</span>inter<span>n</span>et</a></h1>
+            <h1><a class="no-decoration" href="./"><span>B</span>inter<span>n</span>et</a></h1>
             <input type="text" name="q"
                 <?php
                     $query_encoded = urlencode($query);