-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpeppermint-tea.html
49 lines (36 loc) · 1.57 KB
/
peppermint-tea.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>imalexnow</title>
<style>
body { max-width: 620px; font-family: sans-serif; line-height: 1.5; }
a { color: blue; }
a:visited { color: cornflowerblue; }
hr { border: none; border-top: 1px solid black; }
</style>
<body>
<h1>Peppermint Tea</h1>
<h4>Alex Papadopoulos</h4>
<p>
Peppermint tea reminds me of childhood sick days. <br>Curtains wide open, door half shut - blankets and cold showers.<br>
A palm on my forehead, my mother's head peaking from the crevice. <br>
Sweaty chest and white flannel - toasted bread and star soup.
</p>
<p>Peppermint tea reminds me of cold nights.<br>
Nightrobes and boardgames on the big, round, glass table. <br>
A card game called "families" - <br>
a lingering irony.</p>
<p>Peppermint tea reminds me of growing.<br>
Suitcases packed with tubes filled with it - <br>
care packages arriving on the perfect moment. <br>
Colorful cups and sleepless nights -<br>
hungover mornings and <br>
a wish for a remedy. </p>
<p>A cup on my nightstand, I still wish for a remedy. </p>
<p>A remedy for pain. </p>
<p>A remedy for loss.</p>
<p>My mother's soft hand on my forehead. </p>
</body>
</html>