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

18 lines
668 B
HTML

<div class="ma-box">
<label for="ma-sha-toggle">
<img height="32px" src="mastodon-share-light.svg" />
</label>
<input type="radio" name="ma-sha-control" id="ma-sha-toggle" class="ma-toggle" />
<input type="radio" name="ma-sha-control" class="ma-underlay" checked />
<div class="ma-sha ma-dialog ma-theme-light">
<form id="ma-sha-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" type="submit">Share</button>
<div class="ma-create ma-theme-light">
<a href="https://joinmastodon.org/communities">Create account</a>
</div>
</form>
</div>
</div>