Skip to content

Commit 596426f

Browse files
committed
Formatting with Prettier
1 parent 5c67b54 commit 596426f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

APM-Start/src/index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<meta charset="utf-8"/>
5-
<title>Apm</title>
6-
<base href="/"/>
7-
<meta name="viewport" content="width=device-width, initial-scale=1"/>
8-
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
9-
</head>
10-
<body>
11-
<pm-root></pm-root>
12-
</body>
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>Apm</title>
6+
<base href="/" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1" />
8+
<link rel="icon" type="image/x-icon" href="favicon.ico" />
9+
</head>
10+
<body>
11+
<pm-root></pm-root>
12+
</body>
1313
</html>

0 commit comments

Comments
 (0)