Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
basicn86 committed Aug 29, 2023
1 parent 75077b6 commit 1c4d022
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<main>
<h1>bonesear<span class="tld">.ch</span></h1>
<span class="version">Public Beta 2.1</span>
<span class="version">Public Beta 3.0</span>
<form action="./search.php" method="get">
<input type="text" id="query" name="query" placeholder="Search here">
<input type="submit" id="submit" value="Search">
Expand Down
2 changes: 1 addition & 1 deletion search.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<main>
<div class="search-bar">
<h1>bonesear<span class="tld">.ch</span></h1>
<span class="version">Public Beta 2.1</span>
<span class="version">Public Beta 3.0</span>
<form action="./search.php" method="get">
<input type="text" id="query" name="query" placeholder="Search here" value="<?php if(isset($_GET['query'])) echo $_GET['query']; ?>">
<input type="submit" id="submit" value="Search">
Expand Down

0 comments on commit 1c4d022

Please sign in to comment.