source code of /oops/500.html.src

Last modified
Lines 53

Parent directory Download CGIread sitemap Main page

Quick links: content text

  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3.     <head>
  4.         <meta charset="utf-8"/>
  5.         <meta name="viewport" content="width=device-width, initial-scale=1"/>
  6.         <link rel="stylesheet" href="https://oskog97.com/style.css" type="text/css"/>
  7.         __TITLE__
  8.         <style type="text/css">
  9.             body
  10.             {
  11.                 background-color: #ffffff;
  12.                 color: #000000;
  13.             }
  14.             a:link    { color: #0000ff; }
  15.             a:visited { color: #ff00ff; }
  16.             img
  17.             {
  18.                 float: left;
  19.                 max-width: 75%;
  20.             }
  21.             #text
  22.             {
  23.                 min-height: 497px;
  24.             }
  25.             #content p, li
  26.             {
  27.                 max-width: 75em;
  28.             }
  29.         </style>
  30.     </head>
  31.     <body>
  32.         __NAVIGATION__
  33.         <main><div id="content">
  34.             __H1__
  35.             <!-- Insert body here. NOTE: description and keywords -->
  36.             <div id="text">
  37.                 <img src="https://oskog97.com/oops/500-768x497.jpeg"
  38.                     width="768" height="497"
  39. title="It appears that something is terribly wrong with the main board."
  40. alt="500 Internal server ERROR"
  41.                 />
  42.                 <p>
  43.                     The CGI script crashed! This is most likely a temporary bug
  44.                     that will be fixed within five minutes.
  45.                     Mail me if it doesn't work after five minutes.
  46.                 </p>
  47.                 <p>oskar@oskog97.com</p>
  48.             </div>
  49.         </div></main>
  50.         __FOOTER__
  51.     </body>
  52. </html>