Skip to content

Commit

Permalink
add blank line at the and
Browse files Browse the repository at this point in the history
  • Loading branch information
hbdvbh committed Jan 27, 2025
1 parent f2c65b1 commit 491050c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
Hello world
</body>
<title>Hello World</title>
</head>
<body>
Hello, world!
fix HTML indentation issues
</body>
</html>

0 comments on commit 491050c

Please sign in to comment.