Skip to content

Commit c68f6ae

Browse files
Fix HTML tags in index2.html
1 parent 79621ca commit c68f6ae

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

index2.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<html lang="en">
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>
1+
<html>
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>
1111
</html>

0 commit comments

Comments
 (0)