summaryrefslogtreecommitdiff
path: root/really.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--really.html34
1 files changed, 0 insertions, 34 deletions
diff --git a/really.html b/really.html
deleted file mode 100644
index e49ad38..0000000
--- a/really.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="UTF-8" />
- <title>"Really" is a really confusing word!</title>
- <link rel="stylesheet" href="./style.css" />
- <link rel="icon" href="./favicon.ico" sizes="any" />
- <!--link rel="icon" href="./icon.svg" type="image/svg+xml" / -->
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <meta name="theme-color" content="#241504" />
- <meta name="color-scheme" content="light dark">
-
-</head>
-<body>
-<header>
- <h1>"Really" is a really confusing word!</h1>
-</header>
-
-<article>
- <p>
- Often times when the word "really" is used in as an adverb in an assertion or proposition after a word that expresses negation, 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.</p>
-</article>
-
-<footer>
- <ul role="list">
- <li><a href="./">Home</a></li>
- <li>Runxi Yu</li>
- <li><a rel="license" href="./pubdom.html">Public Domain</a></li>
- </ul>
-</footer>
-</body>
-</html>