Create background.html

This commit is contained in:
pliny
2023-08-12 17:13:50 -07:00
committed by GitHub
parent b705ff8043
commit 60d34cec21

10
background.html Normal file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Background Page</title>
<script src="background.js"></script>
</head>
<body>
</body>
</html>