|
1 | | -<!DOCTYPE html> |
| 1 | +<!doctype html> |
2 | 2 | <html> |
3 | | -<head> |
4 | | - <!-- |
| 3 | + <head> |
| 4 | + <!-- |
5 | 5 | If you are serving your web app in a path other than the root, change the |
6 | 6 | href value below to reflect the base path you are serving from. |
7 | 7 |
|
|
14 | 14 | This is a placeholder for base href that will be replaced by the value of |
15 | 15 | the `--base-href` argument provided to `flutter build`. |
16 | 16 | --> |
17 | | - <base href="$FLUTTER_BASE_HREF"> |
| 17 | + <base href="$FLUTTER_BASE_HREF" /> |
18 | 18 |
|
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" /> |
22 | 22 |
|
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" /> |
28 | 28 |
|
29 | | - <!-- Favicon --> |
30 | | - <link rel="icon" type="image/png" href="favicon.png"/> |
| 29 | + <!-- Favicon --> |
| 30 | + <link rel="icon" type="image/png" href="favicon.png" /> |
31 | 31 |
|
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> |
38 | 38 | </html> |
0 commit comments