This repository has been archived by the owner on Dec 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bacon.html
81 lines (67 loc) · 2.38 KB
/
bacon.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Bacon</title>
</head>
<body>
<!-- Main page header -->
<header>
<img src="images/pushbutton.png" alt="Push button, receive bacon" />
Bacon!
</header>
<!-- Primary navigation -->
<nav>
<ul>
<li><a href="pork.html">Pork</a></li>
<li><a href="ham.html">Ham</a></li>
<li><a href="bacon2.html">More Bacon</a></li>
</ul>
</nav>
<!-- Main bacon article -->
<article>
<header>
<h1>Bacon Bacon Bacon</h1>
<time datetime="2012-01-08" pubdate></time>
</header>
<p>Bacon ipsum dolor sit amet meatloaf turducken turkey, drumstick pork
chop swine shankle hamburger. Ham hock meatloaf tenderloin,
hamburger bresaola turkey tongue ham pastrami tail t-bone beef ribs
spare ribs ground round. Drumstick beef turkey meatloaf,
frankfurter capicola jerky short loin spare ribs tail pastrami.
Bresaola tri-tip rump hamburger.</p>
<blockquote>
Run you tasty swine!<br />
It doesn’t matter who wins<br />
You’re all delicious<br />
<a href="http://baconhaikus.wordpress.com/2009/07/08/bacon-haiku-vol-1-no-178/">Bacon Haikus</a>
</blockquote>
<p>Frankfurter turducken tongue spare ribs, cow ham fatback
salami ribeye sausage short loin pork loin hamburger. Beef boudin
chuck, ball tip ham hock meatloaf flank rump spare ribs ham.
Pastrami fatback kielbasa shoulder.</p>
<figure>
<img src="images/rawbacon.jpg" alt="Raw bacon" />
<figcaption>Bacon that's waiting to become delicious</figcaption>
</figure>
<ol>
<li>Pork loin</li>
<li>Salami</li>
<li>Spare ribs</li>
<li>Pancetta</li>
</ol>
<p>Boudin pork loin salami, meatball andouille spare ribs pancetta
capicola</p>
</article>
<!-- Sidebar content -->
<aside>
<h1>Bacon is good for you!</h1>
<p>Boudin pork loin salami, meatball andouille spare ribs pancetta
capicola</p>
</aside>
<!-- Page footer -->
<footer>
© 2012 Bacon Committee, Society of Software Engineers
</footer>
</body>
</html>