2023-06-09 09:43:39 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en-ie">
|
|
|
|
<head>
|
2023-07-29 22:42:37 +00:00
|
|
|
<meta charset="UTF-8"/>
|
2023-06-09 09:43:39 +00:00
|
|
|
<title>Skynet</title>
|
2023-07-29 22:42:37 +00:00
|
|
|
<link rel="icon" type="image/png" href="images/favicon/favicon-16x16.png"/>
|
2023-08-05 16:26:36 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/index.css"/>
|
2023-06-09 09:43:39 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2023-08-08 15:21:18 +00:00
|
|
|
<div id="title">
|
2023-09-18 11:18:33 +00:00
|
|
|
<a href="./"><img src="images/sharky_vector_svg.svg" alt="Picture of Sharky, the mascot of skynet" width="145"
|
|
|
|
height="81.56"/> </a>
|
2023-08-05 16:04:44 +00:00
|
|
|
<h1>Skynet Password Reset & Sign-up service</h1>
|
|
|
|
</div>
|
2023-08-08 15:38:58 +00:00
|
|
|
<div class="boxes">
|
2023-09-08 15:44:36 +00:00
|
|
|
<h2><a href="./signup.html">Sign-up Page</a></h2>
|
|
|
|
<p>Please use this if you have yet to activate an account on Skynet before.</p>
|
2023-09-18 13:44:54 +00:00
|
|
|
<h2><a href="password.html">Change Password</a></h2>
|
|
|
|
<p>Please use this service to change your skynet password</p>
|
2023-09-18 11:18:33 +00:00
|
|
|
<h2><a href="modify.html">User modification</a></h2>
|
|
|
|
<p>
|
|
|
|
Please use this service to modify your user data (email, login ssh key, etc.)
|
|
|
|
</p>
|
2023-09-18 14:07:24 +00:00
|
|
|
<h2><a href="username.html">Forgot your username?</a></h2>
|
|
|
|
<p>
|
|
|
|
Please use this service to get a reminder email with your skynet username
|
|
|
|
</p>
|
2023-08-06 16:44:07 +00:00
|
|
|
</div>
|
2023-07-29 22:06:02 +00:00
|
|
|
|
2023-07-27 21:15:05 +00:00
|
|
|
<!--testing2-->
|
2023-06-09 09:43:39 +00:00
|
|
|
<footer>
|
2023-07-29 22:42:37 +00:00
|
|
|
UL Computer Society 2023-<span id="year">2023</span>
|
2023-06-09 09:43:39 +00:00
|
|
|
</footer>
|
|
|
|
</body>
|
|
|
|
<script>
|
2023-07-29 22:42:37 +00:00
|
|
|
document.getElementById('year').textContent = new Date().getFullYear().toString()
|
2023-06-09 09:43:39 +00:00
|
|
|
</script>
|
|
|
|
</html>
|