Skip to content

Commit b317581

Browse files
committed
index.html: improve comments in markup
1 parent fa8cdb0 commit b317581

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

app/index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,27 @@
2828
<meta name="msapplication-TileImage" content="images/touch/ms-touch-icon-144x144-precomposed.png">
2929
<meta name="msapplication-TileColor" content="#2F3BA2">
3030

31+
<!-- Color the status bar on mobile devices -->
3132
<meta name="theme-color" content="#2F3BA2">
3233

3334
<!-- SEO: If your mobile URL is different from the desktop URL, add a canonical link to the desktop page https://developers.google.com/webmasters/smartphone-sites/feature-phones -->
3435
<!--
3536
<link rel="canonical" href="http://www.example.com/">
3637
-->
3738

38-
<!-- Page styles:
39+
<!-- Material Design Lite page styles:
3940
You can choose other color schemes from the CDN, more info here http://www.getmdl.io/customize/index.html
4041
Format: material.color1-color2.min.css, some examples:
4142
material.red-teal.min.css
4243
material.blue-orange.min.css
4344
material.purple-indigo.min.css
4445
-->
4546
<link rel="stylesheet" href="https://storage.googleapis.com/code.getmdl.io/1.0.6/material.indigo-pink.min.css">
47+
48+
<!-- Material Design icons -->
4649
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
50+
51+
<!-- Your styles -->
4752
<link rel="stylesheet" href="styles/main.css">
4853
</head>
4954
<body class="mdl-demo mdl-color--grey-100 mdl-color-text--grey-700 mdl-base">

0 commit comments

Comments
 (0)