We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e676d commit d7c1c4eCopy full SHA for d7c1c4e
src/background_ff.html
@@ -1,12 +1,13 @@
1
<!--Why do we need this? Because FF doesn't support modules otherwise...-->
2
<!DOCTYPE html>
3
<html lang="en">
4
- <head>
5
- <meta charset="UTF-8" />
6
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
7
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8
- <title>CSFloat Background</title>
9
- <script type="module" src="./background.js"></script>
10
- </head>
11
- <body></body>
+<head>
+ <meta charset="UTF-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>CSFloat Background</title>
+ <script type="module" src="./background.js"></script>
+</head>
+<body>
12
+</body>
13
</html>
0 commit comments