-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsearch.html
More file actions
42 lines (35 loc) · 1.28 KB
/
search.html
File metadata and controls
42 lines (35 loc) · 1.28 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
<!DOCTYE html>
<html>
<head>
<title>Customize your own parnter haunting search</title>
<link rel="stylesheet" href="login.css">
<link rel="icon" sizes="16*16" type="image/png" href="images/shipiconpng.png">
</head>
<div class="header">
<title>Language Parntership</title>
<header>
<a href="index.html"><img class= "icon" src="image/shipicon.jpg" width=40px height=40px></a>
<a href="index.html"><h1 class="header">Language Partnership</h1></a>
</header>
<div>
<ul class="nav">
<li><a href="learner_account_create.html">Create an account</a></li>
<li class="currentlink"><a href="search.html">Search for a partner</a></li>
<li > <a href="login.html"> Log In </a></li>
<li><a href="index.html"> Homepage</a></li>
</ul>
</div>
</div>
</div>
<div class="searchform">
<h1>Search for Tutor</h1>
<form id="searchform" action="search_handler.php" aciton="POST">
<label for="query"> Language you want to learn </label>
<input type="text" id="query" name="query">
<input type="submit" class = "button" name="submitButton">
</form>
<form class="logout" action="logout.php" action="POST">
<input type="submit" class= "button" name="LogOutButton" value="SignOut">
</form>
</div>
</html>