diff options
Diffstat (limited to 'means.html')
-rw-r--r-- | means.html | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/means.html b/means.html new file mode 100644 index 0000000..a3ad797 --- /dev/null +++ b/means.html @@ -0,0 +1,46 @@ +<!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="/style.css" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> + <meta charset="utf-8" /> + </head> + <body> + <h1>Means</h1> + + <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="/">Runxi Yu's Website</a></p> + + </div> + </body> +</html> |