diff --git a/getting-started.html b/getting-started.html index 8c0d9d2a33..5c0b116277 100644 --- a/getting-started.html +++ b/getting-started.html @@ -867,7 +867,7 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) {

If your navigation contains many links and comes before the main content in the DOM, add a Skip to content link immediately after your opening <body> tag. (read why)

{% highlight html %} - Skip to content + Skip to main content
The main page content.