Update index.html

This commit is contained in:
bihlink 2022-07-06 01:31:49 +02:00 committed by GitHub
parent c7ace59c1b
commit 8d2f8a4d7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -19,6 +19,15 @@
<br>
<hr><br>
<form action="javascript:genUrl()">
<label>Choose Type Of Instance</label><br>
<input type="radio" id="t1" name="instancetype" value="mastodon" checked>
<label for="t1">Mastodon</label><br>
<input type="radio" id="t2" name="instancetype" value="pleroma">
<label for="t2">Pleroma</label><br>
<input type="radio" id="t3" name="instancetype" value="misskey">
<label for="t3">Misskey</label><br>
<input type="radio" id="t4" name="instancetype" value="wordpress">
<label for="t4">WordPress</label><br>
<label>Instance URL:<input required type="text" id="urlin" placeholder="mastodon.social"
oninvalid="this.setCustomValidity('Insert your instance URL. Example: mastodon.social')"
oninput="this.setCustomValidity('')"></label>