Skip to content

Commit 79621ca

Browse files
Add color-scheme meta tag to index2.html
1 parent c42f092 commit 79621ca

1 file changed

Lines changed: 9 additions & 11 deletions

File tree

index2.html

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
<!DOCTYPE html>
21
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8">
5-
<link rel="stylesheet" href="style2.css">
6-
</head>
7-
<body>
8-
<pre style="word-wrap: break-word; white-space: pre-wrap;">
9-
Welcome to My Site
10-
This is a simple, text-based website. It is designed to be readable and fast.
11-
</pre>
12-
</body>
2+
<head>
3+
<meta name="color-scheme" content="light dark">
4+
</head>
5+
<body>
6+
<pre style="word-wrap: break-word; white-space: pre-wrap;">
7+
Welcome to My Site
8+
This is a simple, text-based website. It is designed to be readable and fast.
9+
</pre>
10+
</body>
1311
</html>

0 commit comments

Comments
 (0)