diff options
author | elioat <hi@eli.li> | 2023-07-20 10:36:16 -0400 |
---|---|---|
committer | elioat <hi@eli.li> | 2023-07-20 10:36:16 -0400 |
commit | 016b46aa15eb570eb471821c05829755944c3267 (patch) | |
tree | 75047ffaeba9902387a6b43aa9f907fd04baa4f2 | |
parent | 07e6df068487ace6961901c7eb17e8b24a52912d (diff) | |
download | tour-016b46aa15eb570eb471821c05829755944c3267.tar.gz |
*
-rw-r--r-- | js/b.js | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/js/b.js b/js/b.js index 52a34af..18c28d7 100644 --- a/js/b.js +++ b/js/b.js @@ -1,3 +1,25 @@ +/* +// +// # The Witch in the Glass +// +// My mother says I must not pass +// Too near that glass; +// She is afraid that I will see +// A little witch that looks like me, +// With a red, red mouth to whisper low +// The very thing I should not know! +// +// Alack for all your mother's care! +// A bird of the air, +// A wistful wind, or (I suppose +// Sent by some hapless boy) a rose, +// With breath too sweet, will whisper low +// The very thing you should not know! +// +// - Sarah Morgan Bryan Piatt +// +*/ + // b is for useful stuff 'use strict' |