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