<inputid="username"type="text"placeholder="username"required/><br><spanclass="hint">only letters, digits, and underscore (_) allowed</span>
</p>
<buttononclick="submit()">Submit</button>
</fieldset>
<divid="out">
</div>
</article>
<footerclass=box>
Created by <ahref="https://github.com/dariusk">Darius Kazemi</a> under mit license, see on <ahref="https://github.com/dariusk/activtypub-to-rss">GitHub</a>
out.innerHTML = `<p>This username is already taken for <ahref="${myJson.feed}">this feed</a>.</p>`;
}
}
else if (myJson.title) {
out.innerHTML = `<p>Okay! There is now an ActivityPub actor for ${myJson.title}. You should be able to search for it from your ActivityPub client (Mastodon, Pleroma, etc) using this identifier: @${username}@bots.tinysubversions.com. You won't see anything there until the next time the RSS feed updates. You can check out the profile page for this feed at <ahref="https://bots.tinysubversions.com/u/${username}/">https://bots.tinysubversions.com/u/${username}</a> too!</p>`;