fix: Add signup note and refer to chat
This commit is contained in:
parent
303579cc64
commit
cb187a64c8
2 changed files with 4 additions and 4 deletions
|
@ -21,7 +21,7 @@ might even be enough to have a dedicated user account to run unix applications.
|
|||
<td><input type="text" name="Email" value="" size="30" maxlength="50"></td>
|
||||
</tr>
|
||||
<td>SSH Pubkey</td>
|
||||
<td><input type="text" name="sshpubkey" value="" size="30" maxlength="50"></td>
|
||||
<td><input type="text" name="sshpubkey" value="" size="30" maxlength="50000"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>OS</td>
|
||||
|
@ -33,6 +33,6 @@ might even be enough to have a dedicated user account to run unix applications.
|
|||
<input type="checkbox" name="terms" id="terms" onchange="activateButton(this)"> I Agree Terms & Conditions (<a href="/toc/">TOS</a>).<br>
|
||||
<input type="submit" name="submit" id="submit">
|
||||
</body>
|
||||
</p>
|
||||
|
||||
<br><br>
|
||||
<i>Note: Signup is currently deactivated. Please get in touch with us in our Matrix chat to get a free shell account.</i>
|
||||
</p>
|
||||
|
|
|
@ -51,5 +51,5 @@ users to tailor their experience to their specific needs and preferences.
|
|||
<input type="submit" name="submit" id="submit">
|
||||
</body>
|
||||
<br><br>
|
||||
<i>Note: Due to the enormous interest, there are currently no slots available for the time being. As soon as new Hypervisors are available, additional VMs can be provisioned.</i>
|
||||
<i>Note: Signup is currently deactivated. Please get in touch with us in our Matrix chat to get a free VM.</i>
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue