forked from wille/relayawards
-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.php
46 lines (39 loc) · 1.93 KB
/
header.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<html>
<head>
<link rel="shortcut icon" href="images/static/favicon.ico" />
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href='css/roboto.css' rel='stylesheet' type='text/css'>
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href='css/stylesheet.css' rel='stylesheet' type='text/css'>
<title><?php echo $title; ?></title>
<meta charset="UTF-8">
<meta name="keywords" content="contact,relayawards,intochloe,redpois0n,github,tor,relay,award,awards,questions,email">
<meta name="description" content="RelayAwards - A competition for Tor relay operators! - contact the creators. dotchloe and redpois0n">
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">RelayAwards</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li>
<a href="awards.php">Awards</a>
</li>
<li>
<a href="about.php">About</a>
</li>
<li>
<a href="contact.php">Contact</a>
</li>
</ul>
</div>
</div>
</nav>