Compare commits

...

2 Commits

Author SHA1 Message Date
Skylar "The Cobra" Widulski 3094de2ac7
Add /eng before redirect pages url
ci/woodpecker/push/woodpecker Pipeline was successful Details
Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
2024-01-25 15:22:12 -05:00
Skylar "The Cobra" Widulski c6c0c6d1de
Remove redundancy in eng/faq.html
Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
2024-01-25 15:19:38 -05:00
4 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
<meta http-equiv="Refresh" content="0; url='/admins'" />
<meta http-equiv="Refresh" content="0; url='/eng/admins'" />

View File

@ -1 +1 @@
<meta http-equiv="Refresh" content="0; url='/donate'" />
<meta http-equiv="Refresh" content="0; url='/eng/donate'" />

View File

@ -12,7 +12,7 @@
<body>
<!--#include file="nav.php" -->
<div class=h><h1 id=faq>Frequently asked questions</h1> <a aria-hidden=true href=#faq>#faq</a></div>
<p>This is the list of frequently asked questions regarding ~vern and the services we host. We try our best to answer these questions, but if something must be specified, contact an <a href=/eng/admins>admin</a>. This is is ever-expanding, and if you want an item added, contact an admin.</p>
<p>This is the list of frequently asked questions regarding ~vern and the services we host. We try our best to answer these questions, and this list is ever-expanding. If you want an item added or something clarified, contact an admin.</p>
<div class=h><h2 id=signup>How do I sign up?</h2> <a aria-hidden=true href=#signup>#signup</a></div>
<p>Sign up by going to <a href=/eng/register>the registration page</a> and filling out the form. An admin will review your request. You will get an e-mail if your request was accepted.</p>

View File

@ -1 +1 @@
<meta http-equiv="Refresh" content="0; url='/tor'" />
<meta http-equiv="Refresh" content="0; url='/eng/tor'" />