Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 89f42c2

Browse files
committed
With prettier
1 parent 9e8e98f commit 89f42c2

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

Week1/homework/index.html

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
<!-- replace this with your HTML content -->
22
<!DOCTYPE html>
33
<html lang="en">
4-
4+
55
<head>
6-
<meta charset="UTF-8">
7-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8-
<meta http-equiv="X-UA-Compatible" content="ie=edge">
9-
<link rel="stylesheet" href="style.css">
10-
<title>Document</title>
11-
</head>
12-
13-
<body>
14-
6+
<meta charset="UTF-8" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8+
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
9+
<link rel="stylesheet" href="style.css" />
10+
<title>Document</title>
11+
</head>
1512

16-
<script src="app.js"></script>
17-
</body>
13+
<body>
14+
<script src="app.js"></script>
15+
</body>
16+
</html>
1817

1918
</html>

0 commit comments

Comments
 (0)