diff options
author | Runxi Yu <me@runxiyu.org> | 2024-05-05 10:18:32 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2024-05-05 10:18:32 +0800 |
commit | fbf64c0f803821f621b23b26837df043bd9c2a6f (patch) | |
tree | 4d4bbcdd1f533558fb02e6cb1c554bf94df27dcc /wechat.html | |
parent | e33963cbbf912649e53f6e90597c2bdbdf6c0967 (diff) | |
download | www-fbf64c0f803821f621b23b26837df043bd9c2a6f.tar.gz |
New style!
Diffstat (limited to 'wechat.html')
-rw-r--r-- | wechat.html | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/wechat.html b/wechat.html index 21beb85..7bded5b 100644 --- a/wechat.html +++ b/wechat.html @@ -2,24 +2,21 @@ <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <title>The Problem with WeChat, et al.</title> - <link rel="stylesheet" href="/style.css" /> + <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.html">Use these instead</a>. + WeChat is not a preferred way of contacting me. <a href="/#contact">Use these instead.</a> </p> <p> WeChat is a instant messaging program by the Chinese technology giant Tencent. It is insanely popular in Mainland China. </p> - <p> - I do not use WeChat when applicable for the following reasons. - </p> - + <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>. @@ -36,13 +33,13 @@ <li> Information collected by WeChat is given to the police of the PRC without court warrants. </li> + <li> + etc. + </li> </ul> - <p>This list is incomplete. I can't think of more now, tell me if you know some more.</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> - <a href="/contact.html">Here are some ways to contact me.</a> - <div id="footer"> <hr /> <p><a href="/">Runxi Yu's Website</a></p> |