Skip to content

Commit d7c1c4e

Browse files
committed
Undo changes to background_ff.html
1 parent 74e676d commit d7c1c4e

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

src/background_ff.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
<!--Why do we need this? Because FF doesn't support modules otherwise...-->
22
<!DOCTYPE html>
33
<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>
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>
12+
</body>
1213
</html>

0 commit comments

Comments
 (0)