forked from eliks/habari
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex2.html
More file actions
48 lines (43 loc) · 1.86 KB
/
Copy pathindex2.html
File metadata and controls
48 lines (43 loc) · 1.86 KB
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
47
48
<!doctype html>
<html>
<head>
<title>Habari</title>
<link href="assets/css/bootstrap.css" rel="stylesheet"/>
<link href="assets/css/custom.css" rel="stylesheet"/>
</head>
<body onload="prettyPrint()" data-twttr-rendered="true">
<!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<div class="nav-collapse">
<ul class="nav">
<li class="active"><a href="#"> Home</a></li>
<ul class="nav">
<li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown"> Publishers<b class="caret"></b></a>
<ul class="dropdown-menu">
<li class=""><a href="#"><i class="icon-share"></i> Signup</a></li>
<li class=""><a href="#"><i class="icon-tasks"></i> Signin</a></li>
</ul>
</li>
</ul>
<li class=""><a href="#"> About</a></li>
</ul>
</div><!--/.nav-collapse -->
<form class="navbar-form form-search pull-right" method="POST" action="#" accept-charset="UTF-8">
<div class="input-append">
<input type="text" name="q" class="span2 search-query" placeholder="Just what you want">
<button type="submit" class="btn">Search</button>
</div>
</form>
</div>
</div>
</div>
<div class="container">
</div> <!-- /container -->
<?php require 'php/footer.php'; ?>