-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
23 lines (17 loc) · 786 Bytes
/
header.php
File metadata and controls
23 lines (17 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!--Contains top section of page.-->
<div id="logo" class="container">
<h1><a href="index.php">Optiol</a></h1>
</div>
<!-- Contains menu section of page. -->
<div id="menu-wrapper">
<div id="menu" class="container">
<ul>
<li><a href="/incomplete.php"> Job Listing</a></li>
<li><a href="/incomplete.php"> Helpers </a></li>
<li><a href="/login.php">Log In</a></li>
<li><a href="/signup.php">Sign-Up</a></li>
<li><form name ="search"action="/incomplete.php"><input type="text" name="search"/></li> <!--Search form-->
<li><input type="submit" value="Search" class="submitButton menuSearch"></form></li>
</ul>
</div>
</div>