summary refs log tree commit diff stats
path: root/really.html
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2024-05-14 11:11:26 +0800
committerRunxi Yu <me@runxiyu.org>2024-05-14 11:11:26 +0800
commit182a48ca8d70b7292d311365f308866ecd7f5c0b (patch)
tree2763b0f9795926fcecdac4d9e3852f0840571ec6 /really.html
parenta1dcdcae637c50d22e4a803759ccc2504f9f38cb (diff)
downloadwww-182a48ca8d70b7292d311365f308866ecd7f5c0b.tar.gz
Update all HTML templates
Diffstat (limited to 'really.html')
-rw-r--r--really.html46
1 files changed, 29 insertions, 17 deletions
diff --git a/really.html b/really.html
index 2a742aa..e49ad38 100644
--- a/really.html
+++ b/really.html
@@ -1,22 +1,34 @@
-<!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 really confusing word!</title>
-		<link rel="stylesheet" href="/oldstyle.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 really confusing word!</h1>
+<!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>
-		<div id="footer">
-			<hr />
-			<p><a href="/">Runxi Yu's Website</a></p>
-			
-		</div>
-	</body>
+</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>