This commit is contained in:
evanc 2023-09-18 14:01:11 +00:00
parent c939d4314b
commit 4bf316a396

View file

@ -13,8 +13,8 @@
<h1>Skynet Password Reset & Sign-up service</h1> <h1>Skynet Password Reset & Sign-up service</h1>
</div> </div>
<div class="boxes"> <div class="boxes">
<h2>Password Reset</h2> <h2>Password Change</h2>
<p>Please use this page to reset you password should you need to change it.</p> <p>Please use this page to change your Skynet password.</p>
<form id="reset"> <form id="reset">
<table id="table"> <table id="table">
<tr> <tr>
@ -77,4 +77,4 @@
<script> <script>
document.getElementById('year').textContent = new Date().getFullYear().toString(); document.getElementById('year').textContent = new Date().getFullYear().toString();
</script> </script>
</html> </html>