about summary refs log tree commit diff stats
path: root/src/pages/background/background.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/background/background.html')
-rw-r--r--src/pages/background/background.html12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/pages/background/background.html b/src/pages/background/background.html
index c9ae2a81..542df18b 100644
--- a/src/pages/background/background.html
+++ b/src/pages/background/background.html
@@ -1,9 +1,7 @@
 <!DOCTYPE html>
 <html>
-
-<head>
-  <meta charset="utf-8" />
-  <script type="module" src="background.js"></script>
-</head>
-
-</html>
\ No newline at end of file
+	<head>
+		<meta charset="utf-8" />
+		<script type="module" src="background.js"></script>
+	</head>
+</html>