We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c67b54 commit 596426fCopy full SHA for 596426f
APM-Start/src/index.html
@@ -1,13 +1,13 @@
1
<!DOCTYPE html>
2
<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>
+ <head>
+ <meta charset="utf-8" />
+ <title>Apm</title>
+ <base href="/" />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+ <link rel="icon" type="image/x-icon" href="favicon.ico" />
+ </head>
+ <body>
+ <pm-root></pm-root>
+ </body>
13
</html>
0 commit comments