Adding upload button

This commit is contained in:
2019-04-19 23:39:59 -04:00
parent 974ec9b655
commit 87cfe55154
3 changed files with 37 additions and 9 deletions

View File

@@ -4,17 +4,17 @@
<link rel="stylesheet" href="main.css">
</head>
<body>
<form action="search.php">
<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>