Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jammer699669 committed Jun 9, 2018
1 parent 112afa3 commit 1bd2614
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions test/topbar.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!-- Sub Navigation -->
<div class="top-bar">
<div class="top-bar-left">
<ul class="menu">
<li><a href="index.php">Home</a></li>
<li><a href="aboutus.php">THe Project</a></li>
<li><a href="download.php">Download</a></li>
</ul>
</div>
<div class="top-bar-right">
<ul class="menu">
<li>
<form method="post" action="index.php">
<input name="doitword" type="hidden" value="1"/>
<input name='word' type="text" placeholder="Search"></li>
<li><button type="submit" class="button">Search</button></form></li>
</ul>
</div>
</div>
<!-- /Sub Navigation -->

0 comments on commit 1bd2614

Please sign in to comment.