mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 19:06:49 -04:00
Fix typos in error pages
This commit is contained in:
parent
09a91a998e
commit
a44508907c
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
<section class="narrow has-hero">
|
||||
<hgroup>
|
||||
<h1>You Don’t Have Permission to View This Page</h1>
|
||||
<h2>This is 403 error.</h2>
|
||||
<h2>This is a 403 error.</h2>
|
||||
</hgroup>
|
||||
<picture data-caption="The Guard Room. David Teniers II, 1642">
|
||||
<source srcset="/images/guard-room@2x.avif 2x, /images/guard-room.avif 1x" type="image/avif"/>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<section class="narrow has-hero">
|
||||
<hgroup>
|
||||
<h1>We Couldn’t Find That Document</h1>
|
||||
<h2>This is 404 error.</h2>
|
||||
<h2>This is a 404 error.</h2>
|
||||
</hgroup>
|
||||
<picture data-caption="Blind Orion Searching for the Rising Sun. Nicolas Poussin, 1658">
|
||||
<source srcset="/images/blind-orion@2x.avif 2x, /images/blind-orion.avif 1x" type="image/avif"/>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<section class="narrow has-hero">
|
||||
<hgroup>
|
||||
<h1>This Ebook Is No Longer Available</h1>
|
||||
<h2>This is 451 error.</h2>
|
||||
<h2>This is a 451 error.</h2>
|
||||
</hgroup>
|
||||
<picture data-caption="The Preaching of St. Paul at Ephesus. Eustache Le Sueur, 1649">
|
||||
<source srcset="/images/the-preaching-of-st-paul-at-ephesus@2x.avif 2x, /images/the-preaching-of-st-paul-at-ephesus.avif 1x" type="image/avif"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue