Add recovery.html
ci/woodpecker/push/woodpecker Pipeline was successful Details

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2023-11-22 18:13:01 -05:00
parent 48a22e6d58
commit a7736ad0c2
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
1 changed files with 20 additions and 0 deletions

20
en/recovery.html Normal file
View File

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="~vern pubnix account recovery">
<meta name="keywords" content="~vern, vern, free software, privacy, tilde, tildeverse, account recovery">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Account Recovery | ~vern</title>
</head>
<body>
<!--#include file="nav.php" -->
<div class=h><h1 id=recovery>Account Recovery</h1> <a aria-hidden=true href=#recovery>#recovery</a></div>
<p>There is currently only one way to automatically recover your ~vern pubnix account. If you cannot use this method, contact an <a href=/admins>admin</a>.</p>
<ul>
<li><a href=/recovery-challenge>PGP Challenge</a> - Use a PGP key in <code>~/.pgp.asc</code> to recover your account.</li>
</ul>
<!--#include file="footer.cgi" -->
</body>
</html>