FightHub/index.php

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>