I forgot to do version control
This commit is contained in:
parent
e6d9918a6f
commit
2144906a0e
2 changed files with 18 additions and 0 deletions
0
SignUp/index.html
Normal file
0
SignUp/index.html
Normal file
18
index.html
Normal file
18
index.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-ie">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>Skynet</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Skynet Password Reset & Sign-up service</h1>
|
||||
<h2><a href="./SignUp/index.html"> Account Signup</a></h2>
|
||||
<p>Please use this service if you haven't gotten a skynet account already</p>
|
||||
<footer>
|
||||
UL Computer Society 2023-<span id="year">2023</span>
|
||||
</footer>
|
||||
</body>
|
||||
<script>
|
||||
document.getElementById('year').textContent = new Date().getFullYear().toString()
|
||||
</script>
|
||||
</html>
|
Loading…
Reference in a new issue