Skip to content

Commit a100914

Browse files
committed
format
1 parent 8b464f0 commit a100914

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<!doctype html>
2-
<html lang="ja">
3-
<head>
4-
<meta charset="utf-8" />
5-
<link rel="stylesheet" href="./style.css" />
6-
<title>Title</title>
7-
</head>
8-
<body>
9-
<div id="greeting">Hello World!</div>
10-
</body>
11-
</html>
1+
<!doctype html>
2+
<html lang="ja">
3+
<head>
4+
<meta charset="utf-8" />
5+
<link rel="stylesheet" href="./style.css" />
6+
<title>Title</title>
7+
</head>
8+
<body>
9+
<div id="greeting">Hello World!</div>
10+
</body>
11+
</html>
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
#greeting {
2-
color: red;
3-
}
4-
2+
color: red;
3+
}

0 commit comments

Comments
 (0)