FightHub/index.php

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>