about summary refs log tree commit diff stats
path: root/src/pages/background
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/background')
-rw-r--r--src/pages/background/background.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/pages/background/background.html b/src/pages/background/background.html
index 6ce1fdc9..55f5b619 100644
--- a/src/pages/background/background.html
+++ b/src/pages/background/background.html
@@ -1,2 +1,7 @@
 <!DOCTYPE html>
-<script type="module" src="background.js"></script>
+<html>
+  <head>
+    <meta charset="utf-8" />
+    <script type="module" src="background.js"></script>
+  </head>
+</html>