amity/templates/wayf.html
Micke Nordin 4dd92c0bdc
first commit
Signed-off-by: Micke Nordin <kano@sunet.se>
2025-06-24 13:27:40 +02:00

17 lines
383 B
HTML

<h1>Where are you from?</h1>
<form action="/accept-invite" method="POST">
<div>
<label for="remote">Home server:</label>
<input
type="text"
id="remote"
name="remote"
placeholder="https://cernbox.cern.ch"
required
/>
<input type="hidden" name="token" value="{{ token }}" />
</div>
<div>
<button>Submit</button>
</div>
</form>