summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--index.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/index.html b/index.html
index 8ec3c8c..ac83218 100644
--- a/index.html
+++ b/index.html
@@ -34,9 +34,9 @@
 		<h3 id="pgp">OpenPGP</h3>
 		<p>Usually, electronic mail that I send are signed with my OpenPGP key.  Please use OpenPGP when contacting me through electronic mail.  The following are available.</p>
 		<ul>
-			<li><a href="https://www.andrewyu.org/andrew-ecc.asc">My ECC key</a> is recommended.</li>
-			<li><a href="https://www.andrewyu.org/andrew.asc">My RSA key</a> is a fallback.</li>
-			<li><a href="https://www.andrewyu.org/allkeys.asc">My keyring for friends</a>.</li>
+			<li><a href="https://www.andrewyu.org/andrew-ecc.asc">My ECC key</a> (recommended)</li>
+			<li><a href="https://www.andrewyu.org/andrew.asc">My RSA key</a></li>
+			<li><a href="https://www.andrewyu.org/allkeys.asc">My keyring of friends</a></li>
 		</ul>
 		<p>In order to verify the authenticity of the key, check if you've actually downloaded these keys from <code>andrewyu.org</code>, and also check the fingerprints with me elsewhere (email, IRC, in real life, etc) before trusting or signing it.</p>
 		<p>Once confirmed, please sign and share my key in order to build the OpenPGP Web of Trust.</p>
@@ -50,10 +50,10 @@
 		<p>I'm still adding them back here, might take a while for me to find my articles.  If you have any that I missed, please inform me.  Thanks.</p>
 		<h2 id="random">Random links</h2>
 		<ul>
-			<li><a href="https://fsf.org">The Free Software Foundation</a>;</li>
-			<li><a href="https://based.cooking">A simple clean receipe site</a>;</li>
-			<li><a href="https://www.gnu.org/philosophy/surveillance-vs-democracy.html">Surveillance vs democracy</a>;</li>
-			<li><a href="https://www.theguardian.com/commentisfree/2022/jan/19/america-biden-trump-authoritarinism">America's authoritarinism</a>.</li>
+			<li><a href="https://fsf.org">The Free Software Foundation</a></li>
+			<li><a href="https://based.cooking">A simple clean receipe site</a></li>
+			<li><a href="https://www.gnu.org/philosophy/surveillance-vs-democracy.html">Surveillance vs democracy</a></li>
+			<li><a href="https://www.theguardian.com/commentisfree/2022/jan/19/america-biden-trump-authoritarinism">America's authoritarinism</a></li>
 		</ul>
 		<div id="footer">
 			<hr />
xt/command_parser.py?id=a9481b26a4c33daff7750aadfc6738bd9630f866'>a9481b26 ^
0da7b396 ^








5ebb8ef6 ^
0da7b396 ^
















a9481b26 ^










0f0416eb ^
a9481b26 ^








0da7b396 ^













e8faa101 ^











0da7b396 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104