1
0
Fork 0
mastodonshare-ext/popup.html

12 lines
403 B
HTML

<!DOCTYPE html>
<meta charset="utf-8">
<link rel="stylesheet" href="popup.css" type="text/css" />
<body>
<div class="mastodon-widget-container">
<p class="mastodon-widget-title">Mastodon Account</p>
<input class="mastodon-widget-input" type="text" name="account" />
<button class="mastodon-widget-button">Save</button>
</div>
<script src="popup.js" type="application/javascript"></script>
</body>