Skip to content

Commit 039e203

Browse files
committed
Make =index.html= a valid HTML file
1 parent ffba198 commit 039e203

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

index.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
Hello, World!
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>title</title>
6+
<!-- <link rel="stylesheet" href="style.css"> -->
7+
<!-- <script src="script.js"></script> -->
8+
</head>
9+
<body>
10+
<p>Hello, Again!</p>
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)