chore: remove extension folder

This commit is contained in:
Steven
2023-06-24 14:03:52 +08:00
parent 0a811d2568
commit 07814ef606
6 changed files with 2 additions and 90 deletions

View File

@ -1,18 +0,0 @@
<!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>