fix: Add signup note and refer to chat

This commit is contained in:
Florian Paul Azim Hoberg 2024-05-16 14:46:58 +02:00
parent 303579cc64
commit cb187a64c8
2 changed files with 4 additions and 4 deletions

View file

@ -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> <td><input type="text" name="Email" value="" size="30" maxlength="50"></td>
</tr> </tr>
<td>SSH Pubkey</td> <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>
<tr> <tr>
<td>OS</td> <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="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"> <input type="submit" name="submit" id="submit">
</body> </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> </p>

View file

@ -51,5 +51,5 @@ users to tailor their experience to their specific needs and preferences.
<input type="submit" name="submit" id="submit"> <input type="submit" name="submit" id="submit">
</body> </body>
<br><br> <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> </p>