diff options
Diffstat (limited to 'popup.html')
-rw-r--r-- | popup.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/popup.html b/popup.html new file mode 100644 index 0000000..044ad4f --- /dev/null +++ b/popup.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<!-- SPDX-License-Identifier: GPL-2.0-only --> + +<html> + <head> + <meta charset="utf-8" /> + </head> + <body> + <script src="lib/extension.js"></script> + <script src="popup.js"></script> + </body> +</html> |