-
Notifications
You must be signed in to change notification settings - Fork 27
/
ink.html
50 lines (44 loc) · 1.66 KB
/
ink.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>She Must Accept Some Swirling Ink</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: .8em;
}
h2 {
margin-bottom: 0;
}
</style>
</head>
<body>
<h2>She Must Accept Some Swirling Ink</h2>
<em>May 2010</em>
<p>Before the caustic brute she cowers. <br />
It shudders with stone and towers. <br />
She's plain; Her simple orbs observe <br />
horizons as flat, and fervor <br />
as unbecoming. She is fear, <br />
a place to hide as it grows near. </p>
<p>she cowers Yet, for the beast roils <br />
with flame and frozen spilled dreams' spoils <br />
with mares of night, and ocean night. <br />
It's stronger in its chaos - flight <br />
not possibile. Before and since <br />
it lies, both dawn and dusk a fence. </p>
<p>Her eyes must drink it to survive, <br />
she must stop stalling, and arrive. <br />
She must accept some swirling ink <br />
into her milk, and sigh, and drink. </p>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42532946-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>