diff options
-rw-r--r-- | newacct.html | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/newacct.html b/newacct.html deleted file mode 100644 index 8a00c00..0000000 --- a/newacct.html +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> -<head> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>Tilde Institute :: Account Request</title> - <link rel="stylesheet" href="tilde.css" type="text/css"/> - <link rel="icon" type="image/png" href="icon.png"/> -</head> -<body> -<div id="container"> - <div id="logo"> - <img src="logo.png" alt="" /><br /> - <div id="logobyline"> - of OpenBSD Education - </div> - </div> - <div id="navigation"> - <a href="http://tilde.institute">News</a> :: <a href="signup.php">Sign Up</a> :: <a href="irc.html">IRC</a> :: <a href="start.html">Quick-Start Guide</a> :: <a href="coc.html">Code of Conduct</a> :: <a href="https://tilde.zone/@tildeinstitute">Mastodon</a> - </div> - <div id="content"> - <p>OpenBSD is a high-security operating system. Currently, the php mail() function is effectively disabled in the httpd chroot jail. Until I can develop a work-around, please send an email to <a href="mailto:tilde.institute@protonmail.com">tilde.institute@protonmail.com</a> with the subject "ACCOUNT REQUEST" to request an account.</p> - <p>Please include the following information in the email:</p> - <ul> - <li>Desired username</li> - <li>Valid email address</li> - <li>Your SSH key</li> - <li>What interests you about Tilde Institute (this part is not required, it's just for warm fuzzies)</li> - </ul> - </div> -</div> -</body> -</html> |