-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage2a.html
58 lines (34 loc) · 1.04 KB
/
page2a.html
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<html>
<head>
<title>Subway</title>
</head>
<style type="text/css">
body {
background-color: #963BD4;
color: #76870B;
font-family: Courier New, monospace, Trebuchet MS, sans-Serif;
}
p {
font-family: arial, Helvetica, sans-serif;
font-size: 40px;
}
h1{
color: #76870B;
font-family: arial, helvetica, sans-Serif;
}
</style>
<h1>
Subway!
</h1>
<body>
<p>
You step out of the Subway station onto the busy NYC sidewalk, but what do you want to eat? There's the famous <a href="page3a.html">Gray's Papaya</a>, or <a href="page3b.html">the restaurant</a> across the street.
</p>
<img src="images/grayspapaya.jpg" style="width:500px;height:600px;">
<img src="images/newyorkrestaurant.jpg" style="width:500px;height:600px;">
<p>
Gray's Papaya image provided by: (Map Data) Google, Maxar Technologies
Street View Jul 2022, copyright Google
</p>
</body>
</html>