mirror of
https://github.com/ClaytonWWilson/FightHub.git
synced 2026-03-10 22:25:05 +00:00
Adding upload button
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user