diff options
-rwxr-xr-x | article/index.html | 1 | ||||
-rwxr-xr-x | article/means.html | 44 |
2 files changed, 45 insertions, 0 deletions
diff --git a/article/index.html b/article/index.html index 2399495..6874711 100755 --- a/article/index.html +++ b/article/index.html @@ -12,6 +12,7 @@ <p>Pages for other projects (i.e. Evosaur) are not listed—only independent articles are listed here. These are sorted from newest to oldest. Some do not come with HTML anchors: these articles are not published online, but are still listed here. For these, you may ask me for a copy in real life, but it is within my rights to decline such requests. Note that if an article ID has an asterisk (*), it is considered literature and its meaning shall not be interpreted literally.</p> <p><a href="/contact.html">Feel free to comment on any of the articles.</a></p> <ul> + <li><a href="means.html">Means</a> (14*)</li> <li><a href="depravity.html">Depravity</a> (13*)</li> <li><a href="dream-of-the-whisker.html">Dream of the Whisker</a> (12*)</li> <li><a href="purple-hibiscus.html">Random Notes on Purple Hibiscus</a> (11)</li> diff --git a/article/means.html b/article/means.html new file mode 100755 index 0000000..05ce5ef --- /dev/null +++ b/article/means.html @@ -0,0 +1,44 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> + <head> + <title>Means</title> + <link rel="stylesheet" href="/plain.css" /> + <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> + <meta charset="utf-8" /> + </head> + <body> + <h1>Means</h1> + <p>Article ID: 14*</p> + <p> + In sorrow deep I muse upon the fates,<br /> + That govern all our lives with iron hand,<br /> + For though we strive and struggle, we are slaves<br /> + To forces that our hearts can scarce withstand. + </p> + + <p> + The multiplicity of life we see,<br /> + Is but a shadow of a greater whole,<br /> + A tapestry whose threads we cannot be,<br /> + Of joy and pain, of birth and death, unfold. + </p> + + <p> + The path we tread, the choices that we make,<br /> + All lead us to a destiny divine,<br /> + A journey through life's maze, for our sake,<br /> + That we may learn, and grow, and intertwine. + </p> + + <p> + Yet still, we grieve, for what we cannot change,<br /> + And in our hearts, we feel the loss and pain,<br /> + For though our lives may seem but fleeting dreams,<br /> + They end in purpose, fate remains the same. + </p> + <div id="footer"> + <hr /> + <p><a href="/">Andrew Yu's Website</a></p> + </div> + </body> +</html> |