mirror of
https://github.com/Ahwxorg/Binternet.git
synced 2026-03-11 08:54:37 +00:00
3rd time; also rename UI spans ofcourse :p
This commit is contained in:
parent
073dbfe623
commit
fffc6f1206
2 changed files with 2 additions and 2 deletions
|
|
@ -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/>
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue