Skip to content

Commit c303e3f

Browse files
committed
Updated html description
1 parent 89e4d8e commit c303e3f

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

client/web/index.html

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html>
3-
<head>
4-
<!--
3+
<head>
4+
<!--
55
If you are serving your web app in a path other than the root, change the
66
href value below to reflect the base path you are serving from.
77
@@ -14,25 +14,25 @@
1414
This is a placeholder for base href that will be replaced by the value of
1515
the `--base-href` argument provided to `flutter build`.
1616
-->
17-
<base href="$FLUTTER_BASE_HREF">
17+
<base href="$FLUTTER_BASE_HREF" />
1818

19-
<meta charset="UTF-8">
20-
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
21-
<meta name="description" content="A new Flutter project.">
19+
<meta charset="UTF-8" />
20+
<meta content="IE=Edge" http-equiv="X-UA-Compatible" />
21+
<meta name="description" content="Team Time Keeping" />
2222

23-
<!-- iOS meta tags & icons -->
24-
<meta name="mobile-web-app-capable" content="yes">
25-
<meta name="apple-mobile-web-app-status-bar-style" content="black">
26-
<meta name="apple-mobile-web-app-title" content="client">
27-
<link rel="apple-touch-icon" href="icons/Icon-192.png">
23+
<!-- iOS meta tags & icons -->
24+
<meta name="mobile-web-app-capable" content="yes" />
25+
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
26+
<meta name="apple-mobile-web-app-title" content="client" />
27+
<link rel="apple-touch-icon" href="icons/Icon-192.png" />
2828

29-
<!-- Favicon -->
30-
<link rel="icon" type="image/png" href="favicon.png"/>
29+
<!-- Favicon -->
30+
<link rel="icon" type="image/png" href="favicon.png" />
3131

32-
<title>client</title>
33-
<link rel="manifest" href="manifest.json">
34-
</head>
35-
<body>
36-
<script src="flutter_bootstrap.js" async></script>
37-
</body>
32+
<title>client</title>
33+
<link rel="manifest" href="manifest.json" />
34+
</head>
35+
<body>
36+
<script src="flutter_bootstrap.js" async></script>
37+
</body>
3838
</html>

0 commit comments

Comments
 (0)