-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (41 loc) · 1.51 KB
/
index.html
File metadata and controls
65 lines (41 loc) · 1.51 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="keywords" content="">
<meta name="description" content="">
<title>Cookie Monster</title>
<!-- external CSS link -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="container">
<h1>Best Pizza Place in NYC</h1>
<h2>Made in New York Pizza</h2>
<p>Pince Street Pizza sued the owner of Made in New York Pizza who used to work for Prince Street for
stealing recipes back in 2019. Whatever...I tried the top 50 pizza places in New York and trust me
Made in New York Pizza is the best.</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/uQOS4yRwdPw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<a href="https://www.facebook.com/madeinnewyorkpizza/">
<img src="images/social-facebook.png">
</a>
<a href="https://twitter.com/madeinnypizza">
<img src="images/social-twitter.png">
</a>
</div><!-- #container -->
PARAGRAPH LINKS
http://www.sesamestreet.org/
http://www.youtube.com/watch?v=C-PkQRh3QXA
TWITTER
https://twitter.com/#!/mewantcookie
FACEBOOK
https://www.facebook.com/pages/Cookie-Monster-should-host-Saturday-Night-Live/130316933655526
FLICKR
http://www.flickr.com/photos/tags/cookies
Cookie Monster Blue
35C0F2
34C0F2
</div><!-- #container -->
</body>
</html>