forked from Technigo/project-buzzfeed
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (38 loc) · 1.61 KB
/
Copy pathindex.html
File metadata and controls
45 lines (38 loc) · 1.61 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
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>index.html</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1>
People Swear These Are the Best Pizzas in Stockholm, <br>You Won’t Believe Us!
</h1>
<div class="block">
<p class="savoj"><a href="https://savojsthlm.se" target="_blank"><img
src="https://savojsthlm.se/wp-content/uploads/2024/10/image00006-1.jpg">
</a>
Savoj - <br> <br>"We all enjoyed a bit of pizza on a Sunday night. Good atmosphere and lovely food, worth visiting
whenever
you crave a properly good Neapolitan pizza."
</p>
<p class="grader"><a href="https://800grader.se/sodermalm" target="_blank"><img
src="https://static.thatsup.co/content/img/place/stockholm/80/85529579-2551-11e9-8e76-f23c919fea3e/user-photo/474a169a-medium.jpg?1694138411">
</a>
800 grader - <br> <br>"Had the margarita which was excellent. Only 4 pizzas on the menu and all of them looked
great. Small
place with nice atmosphere."
</p>
<p class="Goose"><a href="https://www.goosealleypizza.club/" target="_blank"><img
src="https://images.squarespace-cdn.com/content/v1/6212704c805ad3229439a954/0acb258d-2c0e-426a-b64a-db35d1a4a5c0/IMG_1430.JPG">
</a>
Goose Alley - <br><br> "Hidden pizza place in Stockholm old town. This crispy thin crust pizza is great! What a
treat! I
had a
simple cheese pizza and a coke. Was great. And great service too!"
</p>
</div>
</body>
</html>