Support /chat

This commit is contained in:
Abner Coimbre
2026-01-11 19:19:09 -08:00
parent c869ec0d32
commit 6d5b5af9e4
4 changed files with 8 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
<div class="container">
<h1>{{ .Title }}</h1>
<img src="/images/hmc/revolt-promotion.png" style="border-radius: 10px;">
<p>We run our own server at <strong><a href="https://revolt.handmadecities.com">revolt.handmadecities.com</a></strong>. Real humans only.</p>
<p>We run our server at <strong><a href="https://chat.handmadecities.com">chat.handmadecities.com</a></strong>. Real humans only!</p>
<form action="https://register.handmadecities.com" method="POST" class="revolt-form">
<div class="form-group">
@@ -17,8 +17,8 @@
</div>
<div class="form-group">
<label for="website">Personal Website</label>
<input type="url" id="website" name="website" placeholder="https://example.com">
<label for="website">Personal Website (Optional)</label>
<input type="url" id="website" name="website" placeholder="https://abner.page">
</div>
<div class="form-group">
@@ -26,7 +26,7 @@
<textarea id="reason" name="reason" rows="4"></textarea>
</div>
<button type="submit">Submit Application</button>
<button type="submit">Get Invite Code</button>
</form>
</div>
</section>