using esbuild now because it's easier to target specific files

This commit is contained in:
Ryan Breen
2023-01-12 23:27:11 -05:00
parent e4dc8870eb
commit d93fa1aacc
13 changed files with 546 additions and 2664 deletions

View File

@@ -6,11 +6,17 @@
</head>
<body>
<form id="priv-key-form">
<label for="profile">Profile</label>
<select id="profile">
<option value="Default">Default</option>
<option value="Next">Next</option>
</select>
<br/>
<label for="priv-key">Private Key</label>
<input type="password" id="priv-key" name="priv-key" />
<button type="submit">Save</button>
</form>
<script src="popup.js"></script>
<script src="popup.build.js"></script>
</body>
</html>