diff options
author | Runxi Yu <me@runxiyu.org> | 2024-05-04 11:50:12 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2024-05-04 11:50:12 +0800 |
commit | f7a54e5907fde4408f4984ec2ddd0ffe62204d7d (patch) | |
tree | 6a7fee3285121ad6a487807122e5f64a9dc9e4ec /note/really.html | |
parent | 75637c555e5cd6b96687ad79e78883c94df28bc0 (diff) | |
download | www-f7a54e5907fde4408f4984ec2ddd0ffe62204d7d.tar.gz |
A multitude of migration-related changes
Diffstat (limited to 'note/really.html')
-rw-r--r-- | note/really.html | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/note/really.html b/note/really.html deleted file mode 100644 index 1a04218..0000000 --- a/note/really.html +++ /dev/null @@ -1,22 +0,0 @@ -<!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="/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>"Really" is a confusing word</h1> - <p> - Often times when the word "really" is used in as an adverb in an assertion or proposition, 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 may be legitimately hard to answer, but it may be still beneficial to consider them. - </p> - <p>The same applies for "actually" and similar words when used this way, though in my experience, people tend to use "really" this way. I do so too, and I'm trying to get rid of this habit.</p> - <div id="footer"> - <hr /> - <p><a href="/">Runxi Yu's Website</a></p> - - </div> - </body> -</html> |