Skip to content

Commit 2980261

Browse files
authored
making the background black
1 parent e1ff7bc commit 2980261

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en">
2+
<html lang="en" style="background-color: #000000">
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width,initial-scale=1" />
@@ -21,5 +21,5 @@
2121
<link rel="canonical" href="https://lhsdevx.vercel.app/" />
2222
</head>
2323

24-
<body></body>
24+
<body style="display: none"></body>
2525
</html>

0 commit comments

Comments
 (0)