Skip to content

Commit a2ad8e6

Browse files
authored
add skip link
1 parent 8afd8f3 commit a2ad8e6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

apc/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
<body>
2929
<header class="container">
30+
<a class="sr-only sr-only-focusable" href="#main">Skip to main content</a>
3031
<a href="http://dceg.cancer.gov" target="_blank" class="row dceg-logo" title="National Cancer Institute: Division of Cancer Epidemiology and Genetics">
3132
<span class="sr-only">Link to https://dceg.cancer.gov</span>
3233
</a>
@@ -41,7 +42,7 @@
4142
<div class="loading" style="display: block" role="document"></div>
4243
</div>
4344

44-
<div class="container margin-top">
45+
<div id="main" class="container margin-top">
4546
<div class="row">
4647
<div class="col-lg-4 col-md-5">
4748

@@ -253,4 +254,4 @@ <h4 class="modal-title">Modal Title</h4>
253254
</footer>
254255
<script>_satellite.pageBottom()</script>
255256
</body>
256-
</html>
257+
</html>

0 commit comments

Comments
 (0)