wording
This commit is contained in:
parent
c939d4314b
commit
4bf316a396
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue