-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage3b.html
48 lines (28 loc) · 903 Bytes
/
page3b.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
<html>
<head>
<title>Restaurant</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;
}
h1{
color: #76870B;
font-family: arial, helvetica, sans-Serif;
}
</style>
<h1>
Tourist Trap Restaurant!
</h1>
<body>
<p>
You step into a cookie cutter tourist trap restaurant. Pressed for time you order an overpriced burger and fries, mediocre at best. Not only are you not satisfied but you didn't support businesses that contribute to the soul of the city, shame on you. Go and think about what you did.
</p>
<img src="images/shame.jpg" style="width:600px;">
</body>
</html>