Skip to content

Commit 74fa3cf

Browse files
committed
fixup! plugin: Give test-plugin some html to test overlay
1 parent 38666e1 commit 74fa3cf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

test/test-plugin/public/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8">
5-
<title>Test Plugin</title>
6-
</head>
7-
<body>
8-
<p>Welcome to the test plugin!</p>
9-
</body>
3+
<head>
4+
<meta charset="UTF-8" />
5+
<title>Test Plugin</title>
6+
</head>
7+
<body>
8+
<p>Welcome to the test plugin!</p>
9+
</body>
1010
</html>

0 commit comments

Comments
 (0)