3rd time; also rename UI spans ofcourse :p

This commit is contained in:
Ahwx 2023-05-20 17:35:08 +02:00
parent 073dbfe623
commit fffc6f1206
2 changed files with 2 additions and 2 deletions

View file

@ -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/>

View file

@ -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);