-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (29 loc) · 832 Bytes
/
index.html
File metadata and controls
31 lines (29 loc) · 832 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
25
26
27
28
29
30
31
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script data-main="src/test-app" src="lib/require.js"></script>
</head>
<body>
<div class="find-agent" id="module1">
<form action="https://www.statefarm.com/agent/results.xhtml" method="GET">
<label>Zip Code:
<input type="text" name="zipCode"/>
</label>
<input type="submit" value="Go"/>
</form>
</div>
<div class="find-agent" id="module2">
<form action="https://www.statefarm.com/agent/results.xhtml" method="GET">
<label>Zip Code:
<input type="text" name="zipCode"/>
</label>
<input type="submit" value="Go"/>
</form>
</div>
</body>
</html>