summary refs log tree commit diff stats
path: root/wechat.html
diff options
context:
space:
mode:
Diffstat (limited to 'wechat.html')
-rw-r--r--wechat.html100
1 files changed, 56 insertions, 44 deletions
diff --git a/wechat.html b/wechat.html
index 7bded5b..343e143 100644
--- a/wechat.html
+++ b/wechat.html
@@ -1,49 +1,61 @@
-<!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>The Problem with WeChat, et al.</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" />
-	</head>
-	<body>
-		<h1>The Problem with WeChat, et al.</h1>
-		<p>
-		WeChat is not a preferred way of contacting me.  <a href="/#contact">Use these instead.</a>
-		</p>
+<!DOCTYPE html>
+<html lang="en">
+<head>
+	<meta charset="UTF-8" />
+	<title>The Problem with WeChat, et al.</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">
 
-		<p>
-		WeChat is a instant messaging program by the Chinese technology giant Tencent.  It is insanely popular in Mainland China.
-		</p>
+</head>
+<body>
+<header>
+	<h1>The Problem with WeChat, et al.</h1>
+</header>
 
-		<p>I do not use WeChat when applicable for the following reasons:</p>
-		<ul>
-			<li>
-				WeChat's client program is <a href="https://www.gnu.org/proprietary/proprietary.html">nonfree software</a>.
-			</li>
-			<li>
-				Many of WeChat's features are <a href="https://www.gnu.org/philosophy/who-does-that-server-really-serve.html">Service as a Software Substitute</a>.
-			</li>
-			<li>
-				WeChat's servers are nonfree; the service is centralized.
-			</li>
-			<li>
-				Tencent suspends WeChat accounts for sending "politically sensitive chats".
-			</li>
-			<li>
-				Information collected by WeChat is given to the police of the PRC without court warrants.
-			</li>
-			<li>
-				etc.
-			</li>
-		</ul>
+<article>
+	<p>
+	WeChat is not a preferred way of contacting me.  <a href="/#contact">Use these instead.</a>
+	</p>
 
-		<p>Similar problems are present in other popular Instant Messaging services such as <a href="https://stallman.org/whatsapp.html">WhatsApp</a>, <a href="https://spyware.neocities.org/articles/discord.html">Discord</a>, Tencent QQ, etc.</p>
+	<p>
+	WeChat is a instant messaging program by the Chinese technology giant Tencent.  It is insanely popular in Mainland China.
+	</p>
 
-		<div id="footer">
-			<hr />
-			<p><a href="/">Runxi Yu's Website</a></p>
-			
-		</div>
-	</body>
+	<p>I do not use WeChat when applicable for the following reasons:</p>
+	<ul>
+		<li>
+			WeChat's client program is <a href="https://www.gnu.org/proprietary/proprietary.html">nonfree software</a>.
+		</li>
+		<li>
+			Many of WeChat's features are <a href="https://www.gnu.org/philosophy/who-does-that-server-really-serve.html">Service as a Software Substitute</a>.
+		</li>
+		<li>
+			WeChat's servers are nonfree; the service is centralized.
+		</li>
+		<li>
+			Tencent suspends WeChat accounts for sending "politically sensitive chats".
+		</li>
+		<li>
+			Information collected by WeChat is given to the police of the PRC without court warrants.
+		</li>
+		<li>
+			etc.
+		</li>
+	</ul>
+
+	<p>Similar problems are present in other popular Instant Messaging services such as <a href="https://stallman.org/whatsapp.html">WhatsApp</a>, <a href="https://spyware.neocities.org/articles/discord.html">Discord</a>, Tencent QQ, etc.</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>