-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (29 loc) · 1.29 KB
/
index.html
File metadata and controls
30 lines (29 loc) · 1.29 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GA Implementation</title>
</head>
<body>
<table border="1" cellpadding="0" cellspacing="0" width="25%" align="center">
<form name="population" method="post" action="fitness.php">
<tr>
<td colspan="3" align="center" height="90" style="font-size: 28px; font-weight: bold;">
Search Results
</td>
</tr>
<tr>
<td height="60" align="center"> Enter the number of search results </td>
<td colspan="2" align="center" width="65"><input name="r_size" type="text" style="width:35px;" /></td>
</tr>
<tr>
<td height="60" align="center"> Enter maximum size of population </td>
<td colspan="2" align="center" width="65"><input name="max_size" type="text" style="width:35px;" /></td>
</tr>
<tr>
<td colspan="3" height="50" align="center"><input type="submit" value="Submit" name="psize_submit" id="psize_submit" /></td>
</tr>
</form>
</table>
</body>
</html>