add link to tos

This commit is contained in:
Ben Harris 2020-10-30 16:31:42 -04:00
parent 06c59560e8
commit d6fd00fd8e
1 changed files with 2 additions and 2 deletions

View File

@ -36,11 +36,11 @@ include __DIR__.'/../header.php';
<div class="form-group">
<label>SSH public key</label>
<textarea required class="form-control" name="sshkey" id="" cols="30" rows="10"><?=$_REQUEST["sshkey"] ?? ""?></textarea>
<p>if you don't have a key, don't worry! <a href="/wiki/?page=ssh">check out our guide to ssh keys</a> and make sure that you only put your pubkey here</p>
<p>if you don't have a key, don't worry! <a href="/wiki/ssh">check out our guide to ssh keys</a> and make sure that you only put your pubkey here</p>
</div>
<p>
<em>signing up implies agreement with our <a href="/wiki/?page=code-of-conduct">code of conduct</a>. please give it a read.</em>
<em>signing up implies agreement with our <a href="/wiki/code-of-conduct">code of conduct</a> and <a href="/wiki/tos">terms of service</a>. please give them a read.</em>
</p>
<p>you must be at least 13 years or older to sign up and use tilde.team.</p>