source code of /oops/cgi503.html.src

Last modified
Lines 24

Parent directory Download CGIread sitemap Main page

Quick links: content

  1. __HTML5__
  2.         <style type="text/css">
  3.             body
  4.             {
  5.                 background-color: #ff0000;
  6.                 color: #000000;
  7.                 font-size: 125%;
  8.             }
  9.         </style>
  10.         __TITLE__
  11.     </head>
  12.     <body>
  13.         __NAVIGATION__
  14.         <main><div id="content">
  15.             __H1__
  16.             <p>
  17.                 The CGI script you attempted to use found it a little too hot
  18.                 to work right now.  Come back in two minutes or something.
  19.             </p>
  20.         </div></main>
  21.         __FOOTER__
  22.     </body>
  23. </html>