From c85546680048d48cdedb66bce56556454d759794 Mon Sep 17 00:00:00 2001 From: elioat Date: Sat, 7 Dec 2024 20:35:45 -0500 Subject: * --- html/mountain/game.js | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'html/mountain') diff --git a/html/mountain/game.js b/html/mountain/game.js index 7db1892..e6b32b3 100644 --- a/html/mountain/game.js +++ b/html/mountain/game.js @@ -1,3 +1,31 @@ +/* ================================ + +45 + +There's something quieter than sleep +Within this inner room! +It wears a sprig upon its breast— +And will not tell its name. + +Some touch it, and some kiss it— +Some chafe its idle hand— +It has a simple gravity +I do not understand! + +I would not weep if I were they— +How rude in one to sob! +Might scare the quiet fairy +Back to her native wood! + +While simple-hearted neighbors +Chat of the "Early dead"— +We—prone to periphrasis +Remark that Birds have fled! + +Emily Dickinson + +================================*/ + const canvas = document.createElement('canvas'); const ctx = canvas.getContext('2d'); document.body.appendChild(canvas); -- cgit 1.4.1-2-gfad0