slash-e/extension/popup.html
2023-03-16 08:25:58 +08:00

19 lines
385 B
HTML

<!DOCTYPE html>
<html>
<body>
<h2>Shortify extension</h2>
<div>
<span>Domain</span>
<input id="domain-input" type="text" />
</div>
<div>
<span>OpenId</span>
<input id="openid-input" type="text" />
</div>
<div>
<button id="save-button">Save</button>
</div>
<script type="module" src="popup.js"></script>
</body>
</html>