diff options
author | cyfraeviolae <cyfraeviolae> | 2022-03-02 17:07:09 -0500 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2022-03-02 17:07:09 -0500 |
commit | 0f76b71a9902e365e38c50f18ef9e9419a9fb570 (patch) | |
tree | f67edd9c823ce88a166b73c5b23a9f643af86093 /static | |
parent | 80071d4c4496a00e2a1cb15b951a642a912b236a (diff) |
poem
Diffstat (limited to 'static')
-rw-r--r-- | static/poems.js | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/static/poems.js b/static/poems.js index af92bf2..8c573a2 100644 --- a/static/poems.js +++ b/static/poems.js @@ -76,4 +76,25 @@ By shallow rivers to whose falls Melodious birds sing madrigals.`, "link": "https://en.wikipedia.org/wiki/The_Passionate_Shepherd_to_His_Love", }, + { + "line": "To dew her orbs upon the green".split(' '), + "scansion": ['x', '/', 'x', '/', 'x/', 'x', '/'], + "title": "Puck, Act II, Scene I", + "collection": "A Midsummer's Night Dream", + "author": "William Shakespeare", + "meter": "iambic tetrameter", + "ctx": `Over hill, over dale, +Thorough bush, thorough brier, +Over park, over pale, +Thorough flood, thorough fire, +I do wander everywhere, +Swifter than the moon's sphere; +And I serve the fairy queen, +To dew her orbs upon the green. +The cowslips tall her pensioners be: +In their gold coats spots you see; +Those be rubies, fairy favours, +In those freckles live their savours:`, + "link": "http://shakespeare.mit.edu/midsummer/full.html#2.1.2", + }, ] |