mirror of
https://github.com/ClaytonWWilson/FightHub.git
synced 2025-12-15 15:18:46 +00:00
Added English tags and a link to the index page on the logo.
This commit is contained in:
parent
2fba4b63d0
commit
bc2c648409
@ -1,4 +1,4 @@
|
|||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>FightHub - Home</title>
|
<title>FightHub - Home</title>
|
||||||
<link rel="stylesheet" href="main.css">
|
<link rel="stylesheet" href="main.css">
|
||||||
@ -6,7 +6,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<!-- Titlebar -->
|
<!-- Titlebar -->
|
||||||
<form class="search" action="search.php">
|
<form class="search" action="search.php">
|
||||||
<h1 class="title-text">FightHub</h1>
|
<a href="/"><h1 class="title-text">FightHub</h1></a>
|
||||||
<input type="text" name="query" class="search" placeholder="Search..">
|
<input type="text" name="query" class="search" placeholder="Search..">
|
||||||
<input type="submit" name="submit" class="submit" value="Search">
|
<input type="submit" name="submit" class="submit" value="Search">
|
||||||
<a href="upload.php"><img src="images/upload.png" class="upload" alt="upload"></a>
|
<a href="upload.php"><img src="images/upload.png" class="upload" alt="upload"></a>
|
||||||
|
|||||||
23
search.php
23
search.php
@ -1,17 +1,16 @@
|
|||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
<title>FightHub - Search</title>
|
||||||
<title>FightHub - Home</title>
|
|
||||||
<link rel="stylesheet" href="main.css">
|
<link rel="stylesheet" href="main.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- Titlebar -->
|
<!-- Titlebar -->
|
||||||
<form class="search" action="search.php">
|
<form class="search" action="search.php">
|
||||||
<h1 class="title-text">FightHub</h1>
|
<a href="/"><h1 class="title-text">FightHub</h1></a>
|
||||||
<input type="text" name="query" class="search" placeholder="Search..">
|
<input type="text" name="query" class="search" placeholder="Search..">
|
||||||
<input type="submit" name="submit" class="submit" value="Search">
|
<input type="submit" name="submit" class="submit" value="Search">
|
||||||
<a href="upload.php"><img src="images/upload.png" class="upload" alt="upload"></a>
|
<a href="upload.php"><img src="images/upload.png" class="upload" alt="upload"></a>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<!-- code for connecting to mysql -->
|
<!-- code for connecting to mysql -->
|
||||||
|
|
||||||
@ -153,5 +152,5 @@ function writeEntryforIndex() {
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<!-- Titlebar -->
|
<!-- Titlebar -->
|
||||||
<form class="search" action="search.php">
|
<form class="search" action="search.php">
|
||||||
<h1 class="title-text">FightHub</h1>
|
<a href="/"><h1 class="title-text">FightHub</h1></a>
|
||||||
<input type="text" name="query" class="search" placeholder="Search..">
|
<input type="text" name="query" class="search" placeholder="Search..">
|
||||||
<input type="submit" name="submit" class="submit" value="Search">
|
<input type="submit" name="submit" class="submit" value="Search">
|
||||||
<a href="upload.php"><img src="images/upload.png" class="upload" alt="upload"></a>
|
<a href="upload.php"><img src="images/upload.png" class="upload" alt="upload"></a>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user