source code of /oops/500.html

Last modified
Lines 102

Parent directory Download CGIread sitemap Main page

Quick links: contact content footer navigation text title

  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>500 - Uh-oh; I've screwed up</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.         
  33. <!-- BEGIN autogenerated navigation -->
  34. <nav><div id="navigation"><div id="nav_inner">
  35. <p><a href="#content" class="textonly">Skip navigation</a></p>
  36. <p class="row">
  37. <span class="textonly" translate="no">[</span><a class="head" href="/">Home</a><span class="textonly" translate="no">]</span>
  38. &gt;&gt;
  39. <span class="textonly" translate="no">[</span><a class="sub" href="/projects/anonymine/">Anonymine</a><span class="textonly" translate="no">]</span>
  40. <span class="textonly" translate="no">[</span><a class="sub" href="/projects/light-sensor/">Analog light sensor</a><span class="textonly" translate="no">]</span>
  41. <span class="textonly" translate="no">[</span><a class="sub" href="/projects/PLLM-M702A/">Reverse-engineered schematics for PLLM-M702A</a><span class="textonly" translate="no">]</span>
  42. <span class="textonly" translate="no">[</span><a class="sub" href="/small-scripts/">Small scripts</a><span class="textonly" translate="no">]</span>
  43. </p>
  44. <p class="row">
  45. <span class="textonly" translate="no">[</span><a class="sub" href="/sitemap.py">Sitemap</a><span class="textonly" translate="no">]</span>
  46. </p>
  47. <hr class="textonly"/>
  48. </div></div></nav>
  49. <!-- END autogenerated navigation -->
  50.         <main><div id="content">
  51.             <h1 id="title">500 - Uh-oh; I've screwed up</h1>
  52.             <!-- Insert body here. NOTE: description and keywords -->
  53.             <div id="text">
  54.                 <img src="https://oskog97.com/oops/500-768x497.jpeg"
  55.                     width="768" height="497"
  56. title="It appears that something is terribly wrong with the main board."
  57. alt="500 Internal server ERROR"
  58.                 />
  59.                 <p>
  60.                     The CGI script crashed! This is most likely a temporary bug
  61.                     that will be fixed within five minutes.
  62.                     Mail me if it doesn't work after five minutes.
  63.                 </p>
  64.                 <p>oskar@oskog97.com</p>
  65.             </div>
  66.         </div></main>
  67.         
  68. <!-- INCLUDED FOOTER -->
  69.     <hr class="textonly"/>
  70.     <p>
  71.         Copyright © Oskar Skog<br/>
  72.         Website content released under the <a
  73.         href="https://creativecommons.org/licenses/by/4.0/" rel="license noopener"
  74.         target="_blank">Creative Commons Attribution (CC-BY 4.0)</a> license
  75.         and my software usually under the <span class="a"><a target="_blank"
  76.         rel="noopener"
  77.         href="https://opensource.org/license/BSD-2-Clause">FreeBSD license
  78.         (2-clause)</a>.</span>
  79.         <br/>
  80.         Images may be from other sites, I should have cited useful sources
  81.         somewhere on the page.
  82.         <span class="notprint">Contact me if I haven't.</span>
  83.     </p>
  84.     <p id="contact" class="notprint">
  85.         You can contact me at: <a href="mailto:oskar@oskog97.com"
  86.         rel="noopener" target="_blank">oskar@oskog97.com</a>
  87.         <span class="a">(<a href="/pgp-pub/oskar.asc"
  88.                             >PGP public key</a>)</span>
  89.     </p>
  90.     <p> <a class="notprint" href="https://oskog97.com/read/?path=/style.css">
  91.             CSS Stylesheet
  92.         </a>
  93.     </p>
  94. </div></footer>
  95. <!-- END OF INCLUDED FOOTER -->
  96.     </body>
  97. </html>