about summary refs log tree commit diff stats
path: root/src/pages/background/background.html
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-07-27 17:44:04 +0200
committerManeraKai <manerakai@protonmail.com>2022-07-27 17:44:04 +0200
commita9a7dba5a329eb17e23ba08802406a4e2e2cb836 (patch)
tree2cb69c855b36e82128a00e5895d5f5409d5e0a5e /src/pages/background/background.html
parentMerge branch 'BobIsMyManager-librex' (diff)
parent, (diff)
downloadlibredirect-a9a7dba5a329eb17e23ba08802406a4e2e2cb836.zip
Merge pull request 'Squashed a few bugs' (#10) from BobIsMyManager/libredirect:master into master
Reviewed-on: https://codeberg.org/LibRedirect/libredirect/pulls/10
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>