summary refs log tree commit diff stats
path: root/index.html
diff options
context:
space:
mode:
authorAndrew Yu <andrew@andrewyu.org>2022-07-26 03:12:11 +0800
committerAndrew Yu <andrew@andrewyu.org>2022-07-26 03:12:11 +0800
commitaa89969ab73514ac0184d90c1208f708dcecddcb (patch)
tree247a02cfc6976cf1d734c8f76877141afd2e6197 /index.html
parent17499735d654aea711ef8100de47fbbf5ec24b6c (diff)
downloadwww-aa89969ab73514ac0184d90c1208f708dcecddcb.tar.gz
fix the <h2> closing <h3>
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 12b397a..0965e23 100644
--- a/index.html
+++ b/index.html
@@ -29,7 +29,7 @@
 			<li>Internet Relay Chat: ``Andrew'' on <a href="https://libera.chat/">Libera Chat</a> and <a href="https://irc.andrewyu.org/">LibreIRC</a>.</li>
 		</ul>
 		<p>Do not contact me via WeChat.  I only keep an account for school and use Mojo-Weixin to relay it to IRC.</p>
-		<h3 id="pgp">OpenPGP</h2>
+		<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>
'n141' href='#n141'>141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214