Refactoring for nix

This commit is contained in:
Eoghan Conlon 2023-06-21 21:54:39 +01:00
parent 3e0564a756
commit 492226c000
3 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
Welcome to the Skynet sign-up tool. Below is the form to fill out to get your free Skynet account provided that you
are a current member of the UL Computer Society. Please fill out your details below.
</p>
<form action="./temp_success.html">
<form action="temp_success.html">
<label for="uid">Username</label>
<input type="text" id="uid" name="uid" /> <br />
<label for="cn">First name</label>

View file

@ -6,7 +6,7 @@
</head>
<body>
<h1>Skynet Password Reset & Sign-up service</h1>
<h2><a href="./SignUp/index.html"> Account Signup</a></h2>
<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>