Skip to content

Commit 9f2955c

Browse files
authored
Merge pull request #234 from usnistgov/fix/ODD769-appletouch-icon
Added Appletouch icons
2 parents 3085693 + c92e17a commit 9f2955c

9 files changed

Lines changed: 16 additions & 0 deletions
9.12 KB
Loading
9.54 KB
Loading
11.3 KB
Loading
15.3 KB
Loading
17.9 KB
Loading
3.8 KB
Loading
4.56 KB
Loading
2.94 KB
Loading

angular/src/index.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<title>NIST Data Repository Page</title>
77
<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 -->
824
<meta name="description"
925
content="The home of the NIST science data discovery for public datasets. Explore and access data resources generated from Science, Engineering, and Technology research.">
1026
<meta http-equiv="X-UA-Compatible" content="IE=edge" />

0 commit comments

Comments
 (0)