-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
topbar-loggedin.php
30 lines (24 loc) · 1.06 KB
/
topbar-loggedin.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<html>
<head>
<title>WolfTube</title>
<meta name="description" content="WolfTube">
<meta name="keywords" content="WolfTube, YouTube, Video">
<meta name="author" content="DarkWolfie">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="../../../../css/style.css">
<link rel="stylesheet" type="text/css" href="../../../../css/search.css">
<link rel="stylesheet" type="text/css" href="../../../../css/bootstrap.css">
</head>
<body>
<div class="topbar">
<div class="topbar-left">
<a href="index.php"><img src="../../../../images/logo.png" alt="WolfTube" width="124" height="28"></a>
</div>
<div class="topbar-center">
<center> <?php require 'search bar/search.php'; ?></center>
</div>
<div class="topbar-right">
<a href="upload.php"><button type="button" class="btn btn-primary btn-sm">Upload</button></a>
<a href="logout.php"><button type="button" class="btn btn-primary btn-sm">Logout</button></a>
</div>
</div>