-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSole.html
More file actions
37 lines (26 loc) · 979 Bytes
/
Sole.html
File metadata and controls
37 lines (26 loc) · 979 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
32
33
34
35
36
37
<!DOCTYPE html>
<link rel="stylesheet" type="text/css" href="style.css" media="screen and (orientation:portrait)"/>
<meta name="viewport" content="width=device-width, user-scalable=no" />
<html>
<head>
<title> The Sole Proprietor </title>
</head>
<body>
<!-- HTML5 article tag for content -->
<div id="content">
<button class="back" onClick="location.href='HomePage.html';">Back</button>
<br>
<header>The Sole Proprietor</header>
<!-- WPI image -->
<img id="Sole" src="sole.png" width="320" />
<!-- P stands for paragraph -->
<p>Seafood, sushi & raw bar items paired with an extensive wine list at this longtime elegant eatery.</p>
<br>
<p><b>Rating:</b>4.5</p>
<p><b>Address:</b>118 Highland St, Worcester, MA 01609</p>
<p><b>Menu:</b>thesole.com</p>
<p><b>Phone:</b>(508) 798-3474</p>
<button class="favorites" onClick="location.href='Error.html';">Add to Favorites</button>
</div>
</body>
</html>