Skip to content

Commit

Permalink
chore(demo): improve accessibility (#5674)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Oct 20, 2023
1 parent c4ef801 commit cf584e0
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions projects/demo/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,21 @@
http-equiv="x-ua-compatible"
/>
<meta
content="width=device-width, initial-scale=1, maximum-scale=1"
content="width=device-width, initial-scale=1, user-scalable=1, maximum-scale=5"
name="viewport"
/>
<meta
content="true"
name="HandheldFriendly"
/>
<meta
content="width"
name="MobileOptimized"
/>
<meta
content="yes"
name="apple-mobile-web-app-capable"
/>
<meta
content="angular angularjs component library ui kit directive service typescript decorator javascript opensource open source open-source ng"
name="keywords"
Expand Down Expand Up @@ -76,10 +88,6 @@
content="#ff7043"
name="theme-color"
/>
<meta
content="yes"
name="apple-mobile-web-app-capable"
/>
<link
href="assets/apple-touch-icon.png"
rel="apple-touch-icon"
Expand Down

0 comments on commit cf584e0

Please sign in to comment.