add skiplink to all sites

This commit is contained in:
sefaria
2026-05-14 18:25:26 +02:00
parent aa1f270c59
commit ec54a1f3a2
3 changed files with 17 additions and 0 deletions
+6
View File
@@ -54,6 +54,12 @@
</head> </head>
<body> <body>
<div id="skipLink">
<a href="#siteContent">Skip to content</a>
</div>
<h1>Page Not Found</h1> <h1>Page Not Found</h1>
<p>Sorry, but the page you were trying to view does not exist.</p> <p>Sorry, but the page you were trying to view does not exist.</p>
</body> </body>
+6
View File
@@ -24,6 +24,12 @@
</head> </head>
<body> <body>
<div id="skipLink">
<a href="#siteContent">Skip to content</a>
</div>
<main> <main>
<section class="align-left"> <section class="align-left">
+5
View File
@@ -24,6 +24,11 @@
</head> </head>
<body> <body>
<div id="skipLink">
<a href="#siteContent">Skip to content</a>
</div>
<main> <main>
<section class="align-left"> <section class="align-left">