Fix typos in error pages

This commit is contained in:
Alex Cabal 2024-09-12 21:45:40 -05:00
parent 09a91a998e
commit a44508907c
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
<section class="narrow has-hero"> <section class="narrow has-hero">
<hgroup> <hgroup>
<h1>You Dont Have Permission to View This Page</h1> <h1>You Dont Have Permission to View This Page</h1>
<h2>This is 403 error.</h2> <h2>This is a 403 error.</h2>
</hgroup> </hgroup>
<picture data-caption="The Guard Room. David Teniers II, 1642"> <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"/> <source srcset="/images/guard-room@2x.avif 2x, /images/guard-room.avif 1x" type="image/avif"/>

View file

@ -3,7 +3,7 @@
<section class="narrow has-hero"> <section class="narrow has-hero">
<hgroup> <hgroup>
<h1>We Couldnt Find That Document</h1> <h1>We Couldnt Find That Document</h1>
<h2>This is 404 error.</h2> <h2>This is a 404 error.</h2>
</hgroup> </hgroup>
<picture data-caption="Blind Orion Searching for the Rising Sun. Nicolas Poussin, 1658"> <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"/> <source srcset="/images/blind-orion@2x.avif 2x, /images/blind-orion.avif 1x" type="image/avif"/>

View file

@ -3,7 +3,7 @@
<section class="narrow has-hero"> <section class="narrow has-hero">
<hgroup> <hgroup>
<h1>This Ebook Is No Longer Available</h1> <h1>This Ebook Is No Longer Available</h1>
<h2>This is 451 error.</h2> <h2>This is a 451 error.</h2>
</hgroup> </hgroup>
<picture data-caption="The Preaching of St. Paul at Ephesus. Eustache Le Sueur, 1649"> <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"/> <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"/>