mirror of
https://github.com/ClaytonWWilson/FightHub.git
synced 2026-03-10 14:15:05 +00:00
Added English tags and a link to the index page on the logo.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>FightHub - Home</title>
|
||||
<link rel="stylesheet" href="main.css">
|
||||
@@ -6,7 +6,7 @@
|
||||
<body>
|
||||
<!-- Titlebar -->
|
||||
<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="submit" name="submit" class="submit" value="Search">
|
||||
<a href="upload.php"><img src="images/upload.png" class="upload" alt="upload"></a>
|
||||
|
||||
Reference in New Issue
Block a user