35 lines
No EOL
1 KiB
HTML
35 lines
No EOL
1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en-ie">
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<title>Skynet</title>
|
|
<link rel="icon" type="image/png" href="images/favicon/favicon-16x16.png"/>
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/index.css"/>
|
|
</head>
|
|
<body>
|
|
<div id="title">
|
|
<a href="./"><img src="images/sharky_vector_svg.svg" alt="Picture of Sharky, the mascot of skynet" width="145" height="81.56"/> </a>
|
|
<h1>Skynet Password Reset & Sign-up service</h1>
|
|
</div>
|
|
<section>
|
|
<div id="password">
|
|
<h2><a href="password.html">Password Reset</a></h2>
|
|
<p>Please use this service if you ever forget your skynet password</p>
|
|
</div>
|
|
<div id="modify">
|
|
<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>
|
|
</div>
|
|
</section>
|
|
|
|
<!--testing2-->
|
|
<footer>
|
|
UL Computer Society 2023-<span id="year">2023</span>
|
|
</footer>
|
|
</body>
|
|
<script>
|
|
document.getElementById('year').textContent = new Date().getFullYear().toString()
|
|
</script>
|
|
</html> |