Refactoring for nix
This commit is contained in:
parent
3e0564a756
commit
492226c000
3 changed files with 2 additions and 2 deletions
|
@ -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
|
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.
|
are a current member of the UL Computer Society. Please fill out your details below.
|
||||||
</p>
|
</p>
|
||||||
<form action="./temp_success.html">
|
<form action="temp_success.html">
|
||||||
<label for="uid">Username</label>
|
<label for="uid">Username</label>
|
||||||
<input type="text" id="uid" name="uid" /> <br />
|
<input type="text" id="uid" name="uid" /> <br />
|
||||||
<label for="cn">First name</label>
|
<label for="cn">First name</label>
|
|
@ -6,7 +6,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Skynet Password Reset & Sign-up service</h1>
|
<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>
|
<p>Please use this service if you haven't gotten a skynet account already</p>
|
||||||
<footer>
|
<footer>
|
||||||
UL Computer Society 2023-<span id="year">2023</span>
|
UL Computer Society 2023-<span id="year">2023</span>
|
Loading…
Reference in a new issue