-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.html
More file actions
24 lines (24 loc) · 849 Bytes
/
header.html
File metadata and controls
24 lines (24 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<header>
<div class="content-wrapper">
<div class="float-left">
<p class="site-title">The Sentiment Structure Project</p>
</div>
<div class="float-right">
<section id="login">
<ul>
<li><a href="#" id="logout">Logout</a></li>
</ul>
</section>
<nav>
<ul id="menu">
<li><a href="/">Home</a></li>
<li><a href="/about">Writers</a></li>
<li><a href="/about_researcher">Researchers</a></li>
<li><a href="/upload">Upload</a></li>
<li><a href="/corpus_download">Corpus Download</a></li>
<li><a href="/output">Cluster Output</a></li>
</ul>
</nav>
</div>
</div>
</header>