You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: www/public_html/tacos.html
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,9 @@
9
9
h1 {
10
10
font-style: italic;
11
11
}
12
+
figcaption {
13
+
text-align: right;
14
+
}
12
15
</style>
13
16
</head>
14
17
<body>
@@ -21,6 +24,8 @@ <h1>So I made this girl quit her job today.</h1>
21
24
<p>She looks at my face for a few seconds with a blank stare before saying, "Fuck this" and just walks to the back where the customer can't see, and then like 15 seconds later walks down the hallway and out the door and gets into her car. Then some guy comes out from the back, who I assume is the manager, with a concerned look on his face, apologizes and takes my order. Other employees were really confused.
22
25
23
26
<p>Tacos were okay.
27
+
28
+
<figcaption><cite>— some guy on an internet forum long ago</cite></figcaption>
24
29
</blockquote>
25
30
<?
26
31
@@ -49,7 +54,8 @@ <h1>So I made this girl quit her job today.</h1>
0 commit comments