Fix includes in recovery scripts
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 16:56:35 -05:00
parent ca1102d94a
commit 7050199c99
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
3 changed files with 6 additions and 6 deletions

View File

@ -9,7 +9,7 @@
<title>PGP-based Account Recovery | ~vern</title>
</head>
<body>
<!--#include file="nav.php" -->
<!--#include file="/en/nav.php" -->
<div class=h><h1 id=pgp-recovery>PGP-based Account Recovery</h1> <a aria-hidden=true href=#pgp-recovery>#pgp-recovery</a></div>
<p>Fill out this form, and follow the steps given.</p>
<form method="post" action="/en/recovery-challenge">
@ -20,6 +20,6 @@
<br>
<span><input type=submit value=Submit style="width:100px;height:40px;font-size:20px"></span>
</form>
<!--#include file="footer.cgi" -->
<!--#include file="/en/footer.cgi" -->
</body>
</html>

View File

@ -9,7 +9,7 @@
<title>PGP-based Account Recovery | ~vern</title>
</head>
<body>
<!--#include file="nav.php" -->
<!--#include file="/en/nav.php" -->
<div class=h><h1 id=pgp-recovery>PGP-based Account Recovery</h1> <a aria-hidden=true href=#pgp-recovery>#pgp-recovery</a></div>
<p>Generate your signature by going into a terminal and running the following:</p>
<pre><code>echo 'CHALLENGE' | gpg -a --detach-sig --default-key KEYID</code></pre>
@ -27,6 +27,6 @@
<br>
<span><input type=submit value=Submit style="width:100px;height:40px;font-size:20px"></span>
</form>
<!--#include file="footer.cgi" -->
<!--#include file="/en/footer.cgi" -->
</body>
</html>

View File

@ -10,10 +10,10 @@
<title>Success | ~vern</title>
</head>
<body>
<!--#include file="nav.php" -->
<!--#include file="/en/nav.php" -->
<div class=h><h1 id=pgp-recovery>PGP-based Account Recovery</h1> <a aria-hidden=true href=#pgp-recovery>#pgp-recovery</a></div>
<p>Your new key has successfully been added.</p>
<p>You will be redirected back <a href=/en/>home</a> in 5 seconds.</p>
<!--#include file="footer.cgi" -->
<!--#include file="/en/footer.cgi" -->
</body>
</html>