-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtour.html
More file actions
42 lines (30 loc) · 1.19 KB
/
tour.html
File metadata and controls
42 lines (30 loc) · 1.19 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>Driving Pepys Road</title>
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?key=AIzaSyDgGTKsngvpw0m6KOhsAgHYOeKFdFNzVOs&sensor=false"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
<script src="tour.js" type="text/javascript"></script>
<link rel='stylesheet' type='text/css' media='screen' href='tour.css' />
</head>
<body>
<div id="content">
<div id="leftcolumn">
<div id="svPanel">
<div id="streetview_filter"><img src="tour_texture.png" /></div>
<div id="streetview"></div>
<div id="instruction"></div>
</div>
<div id="progressBorder">
<div id="progressBar"></div>
</div>
</div>
<div style="display:none" id="points">
<span id="from">SW20 8NR</span>
<span id="to">SW20 8NL</span>
</div>
</div>
</body>
</html>