mirror of
https://github.com/ClaytonWWilson/FightHub.git
synced 2025-12-15 23:18:47 +00:00
22 lines
628 B
PHP
Executable File
22 lines
628 B
PHP
Executable File
<html>
|
|
<head>
|
|
<title>FightHub - Home</title>
|
|
<link rel="stylesheet" href="main.css">
|
|
</head>
|
|
<body>
|
|
<!-- Titlebar -->
|
|
<form class="search" action="search.php">
|
|
<h1 class="title-text">FightHub</h1>
|
|
<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>
|
|
</form>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- This is where php code for loading preview videos below the titlebar will go -->
|
|
</body>
|
|
</html>
|