diff options
author | Runxi Yu <harriet@andrewyu.org> | 2023-08-08 11:11:17 +0000 |
---|---|---|
committer | Runxi Yu <harriet@andrewyu.org> | 2023-08-08 11:11:34 +0000 |
commit | 216e52a2f83ab142c9b84d699fefb3d578be207b (patch) | |
tree | 91f774ed5476c3535cfd41b3144cf5f5d0724104 | |
parent | f684b5d4c4bcfe6bc5d7081b7173b96eb6cd7037 (diff) | |
download | www-216e52a2f83ab142c9b84d699fefb3d578be207b.tar.gz |
style.css, not plain.css
-rw-r--r-- | article/sway-keysym.html | 2 | ||||
-rw-r--r-- | microblog/index.html | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/article/sway-keysym.html b/article/sway-keysym.html index 3ead0a4..e8ec49c 100644 --- a/article/sway-keysym.html +++ b/article/sway-keysym.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <title>Sway keysym</title> - <link rel="stylesheet" href="/plain.css" /> + <link rel="stylesheet" href="/style.css" /> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> <meta charset="utf-8" /> </head> diff --git a/microblog/index.html b/microblog/index.html index 0e6e836..bce1a0a 100644 --- a/microblog/index.html +++ b/microblog/index.html @@ -12,6 +12,11 @@ This is my <i>microblog</i>, a place for me to jot down random thoughts that I want to keep, but are too small enough to constitute a real article/post. </p> <hr /> + <p id="10"> + I myself live in a string of characters, through emotionless computers, running some old protocols. + The me of appearance is dead. + <a href="https://www.andrewyu.org/microblog/#10">(anchor link)</a> + </p> <p id="9"> Democracy is the protection of negative freedom and civil liberties, not the enforcement of general will. <a href="https://www.andrewyu.org/microblog/#9">(anchor link)</a> |