1
0
Fork 0
mastodon-interact.js/mastodon-follow.html

18 lines
656 B
HTML

<div class="ma-box">
<label for="ma-flw-toggle">
<img height="32px" src="mastodon-follow-light.svg" />
</label>
<input type="radio" name="ma-flw-control" id="ma-flw-toggle" class="ma-toggle" />
<input type="radio" name="ma-flw-control" class="ma-underlay" checked />
<div class="ma-flw ma-dialog ma-theme-light">
<form id="ma-flw-form">
<p class="ma-title ma-theme-light">Enter your Mastodon handle</p>
<input type="text" class="ma-input ma-theme-light">
<button class="ma-button">Follow</button>
<div class="ma-create ma-theme-light">
<a href="https://joinmastodon.org/communities">Create account</a>
</div>
</form>
</div>
</div>