-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest2.php
More file actions
18 lines (15 loc) · 731 Bytes
/
test2.php
File metadata and controls
18 lines (15 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!doctype html>
<html>
<head><meta charset="utf-8"><meta name ="author" content = "Blaine"><meta name = "revised" content = "2012/10/20"><meta name = "description" content = "Idea home page"><meta name = "keywords" content = "idea, sharing, network">
<link rel="stylesheet" type="text/css" href="css/mango.css">
<title>Idea sharing home page</title>
<script src="http://code.jquery.com/jquery-1.8.2.js"></script>
<script src="http://code.jquery.com/ui/1.9.1/jquery-ui.js"></script>
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?libraries=places&sensor=true_or_false"></script>
</head>
<body>
<input id="searchTextField" name="location" type="text">
<script>
</script>
</body>
</html>