diff options
author | Andrew <andrew@andrewyu.org> | 2023-01-27 19:34:10 +0800 |
---|---|---|
committer | Automatic Merge <andrew+automerge@andrewyu.org> | 2023-07-15 00:29:40 +0800 |
commit | 75df81a4e396ee8678ab518703094dd77ecccc7f (patch) | |
tree | 51b43bd414da2de44801eb90f55502a9f1fa9090 | |
parent | a29e6b8d3ba296798adaf5b78fe4061e00ee2767 (diff) | |
download | www-75df81a4e396ee8678ab518703094dd77ecccc7f.tar.gz |
Commit really.html into git: It was on my FS but not committed?
-rwxr-xr-x | note/really.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/note/really.html b/note/really.html new file mode 100755 index 0000000..0980ea7 --- /dev/null +++ b/note/really.html @@ -0,0 +1,19 @@ +<!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>``Really'' is a confusing word</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>``Really'' is a confusing word</h1> + <p> + Often times when the word ``really'' is used in as an adverb in an assertion, it may be useful to replace it with ``in some sense'', and seek to ask or clarify ``in what sense''. It shall be recognized that questions that arise from this replacement may be legitimately hard to answer, but it may be still beneficial to consider them. + </p> + <div id="footer"> + <hr /> + <p><a href="/">Andrew Yu's Website</a></p> + </div> + </body> +</html> |