|
5 | 5 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
6 | 6 | <title>NIST Data Repository Page</title> |
7 | 7 | <link rel="shortcut icon" type="image/png" href="/assets/images/favicon.ico"> |
| 8 | + <!-- For iPhone 6 Plus with @3× display: --> |
| 9 | + <link rel="apple-touch-icon-precomposed" sizes="180x180" href="./assets/images/apple-touch-icon-180x180.png"> |
| 10 | + <!-- For iPad with @2× display running iOS ≥ 7: --> |
| 11 | + <link rel="apple-touch-icon-precomposed" sizes="152x152" href="./assets/images/apple-touch-icon-152x152.png"> |
| 12 | + <!-- For iPad with @2× display running iOS ≤ 6: --> |
| 13 | + <link rel="apple-touch-icon-precomposed" sizes="144x144" href="./assets/images/apple-touch-icon-144x144.png"> |
| 14 | + <!-- For iPhone with @2× display running iOS ≥ 7: --> |
| 15 | + <link rel="apple-touch-icon-precomposed" sizes="120x120" href="./assets/images/apple-touch-icon-120x120.png"> |
| 16 | + <!-- For iPhone with @2× display running iOS ≤ 6: --> |
| 17 | + <link rel="apple-touch-icon-precomposed" sizes="114x114" href="./assets/images/apple-touch-icon-114x114.png"> |
| 18 | + <!-- For the iPad mini and the first- and second-generation iPad (@1× display) on iOS ≥ 7: --> |
| 19 | + <link rel="apple-touch-icon-precomposed" sizes="76x76" href="./assets/images/apple-touch-icon-76x76.png"> |
| 20 | + <!-- For the iPad mini and the first- and second-generation iPad (@1× display) on iOS ≤ 6: --> |
| 21 | + <link rel="apple-touch-icon-precomposed" sizes="72x72" href="./assets/images/apple-touch-icon-72x72.png"> |
| 22 | + <!-- For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: --> |
| 23 | + <link rel="apple-touch-icon-precomposed" href="./assets/images/apple-touch-icon.png"><!-- 57×57px --> |
8 | 24 | <meta name="description" |
9 | 25 | content="The home of the NIST science data discovery for public datasets. Explore and access data resources generated from Science, Engineering, and Technology research."> |
10 | 26 | <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
|
0 commit comments