about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--html/mountain/game.js28
1 files changed, 28 insertions, 0 deletions
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);
.de> 2006-07-10 16:38:18 +0200 initial import' href='/acidbong/suckless/dwm/commit/config.mk?h=6.4&id=1076f2b6b3d3751d5d5db6fcb9ac8c247e04e893'>1076f2b
7b5638f ^
b515765 ^
ba59bc8 ^
b515765 ^
ba59bc8 ^
d7e1708 ^
7b5638f ^
1076f2b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24