Add back buttons on some pages

This commit is contained in:
Al Beano 2017-07-16 23:45:16 +01:00
parent 561500bd57
commit 7d883ebd63
3 changed files with 6 additions and 0 deletions

View File

@ -31,4 +31,6 @@
<input type="text" name="name">.cyb
<button action="submit" style="margin-left:20px">Register domain</button>
</form>
<br />
<a href="../domains" class="bracketButton">[&nbsp;go&nbsp;back&nbsp;]</a>
</div>

View File

@ -50,4 +50,6 @@
<br />
<button action="submit">Log in</button>
</form>
<br />
<a href="index" class="bracketButton">[&nbsp;go&nbsp;back&nbsp;]</a>
</div>

View File

@ -63,5 +63,7 @@
<button action="submit">Register</button>
<br /><br />
<em>By registering, you agree to be bound by the policies set forward in our <a href="charter">charter</a>.</em>
<br />
<a href="index" class="bracketButton">[&nbsp;go&nbsp;back&nbsp;]</a>
</form>
</div>