source code of /oops/410.cgi
| Last modified | |
| Lines | 113 | 
Parent directory Download CGIread sitemap Main page
Quick links: contact content footer navigation text title
- #!/bin/sh 
- echo Status: 410 
- echo Content-Type: text/html 
- echo 
- cat << __EOF__ 
- <!DOCTYPE html> 
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> 
- <head> 
- <meta charset="utf-8"/> 
- <meta name="viewport" content="width=device-width, initial-scale=1"/> 
- <link rel="stylesheet" href="/style.css" type="text/css"/> 
- <style type="text/css"> 
- body 
- {
- color: #005500; 
- background-color: #ffffff; 
- } 
- a:link { color: #0000aa; }
- a:visited { color: #aa00aa; }
- @media (min-width: 460px) 
- {
- img 
- {
- float: left; 
- max-width: 75%; 
- } 
- #text 
- {
- min-height: 576px; 
- } 
- #content p 
- {
- max-width: 75em; 
- } 
- } 
- </style> 
- <title>410 - Gone forever; not coming back</title> 
- <!--<meta name="description" content="INSERT DESRIPTION HERE"/>--> 
- </head> 
- <body> 
- <!-- BEGIN autogenerated navigation --> 
- <nav><div id="navigation"><div id="nav_inner"> 
- <p><a href="#content" class="textonly">Skip navigation</a></p> 
- <p class="row"> 
- <span class="textonly" translate="no">[</span><a class="head" href="/">Home</a><span class="textonly" translate="no">]</span> 
- >> 
- <span class="textonly" translate="no">[</span><a class="sub" href="/projects/anonymine/">Anonymine</a><span class="textonly" translate="no">]</span> 
- <span class="textonly" translate="no">[</span><a class="sub" href="/projects/light-sensor/">Analog light sensor</a><span class="textonly" translate="no">]</span> 
- <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> 
- <span class="textonly" translate="no">[</span><a class="sub" href="/small-scripts/">Small scripts</a><span class="textonly" translate="no">]</span> 
- <span class="textonly" translate="no">[</span><a class="sub" href="/thinkpad/">-> My IBM thinkpad</a><span class="textonly" translate="no">]</span> 
- </p> 
- <p class="row"> 
- <span class="textonly" translate="no">[</span><a class="sub" href="/sitemap.py">Sitemap</a><span class="textonly" translate="no">]</span> 
- </p> 
- <hr class="textonly"/> 
- </div></div></nav> 
- <!-- END autogenerated navigation --> 
- <main><div id="content"> 
- <h1 id="title">410 - Gone forever; not coming back</h1> 
- <!-- Insert body here. NOTE: description and keywords --> 
- <img src="/oops/recycled-768x576.jpeg" width="768" height="576" 
- alt="All bytes of this page have been reused... to make this image" 
- title="... to make this image." 
- /> 
- <div id="text"> 
- <p>The page you are looking for has been deleted.</p> 
- <p>Don't bother trying again; the page won't be undeleted.</p> 
- </div> 
- </div></main> 
- <!-- INCLUDED FOOTER --> 
- <footer><div id="footer"> 
- <hr class="textonly"/> 
- <p> 
- Copyright © Oskar Skog<br/> 
- Website content released under the <a 
- href="https://creativecommons.org/licenses/by/4.0/" rel="license noopener" 
- target="_blank">Creative Commons Attribution (CC-BY 4.0)</a> license 
- and my software usually under the <span class="a"><a target="_blank" 
- rel="noopener" 
- href="https://opensource.org/licenses/BSD-2-Clause">FreeBSD license 
- (2-clause)</a>.</span> 
- <br/> 
- Images may be from other sites, I should have cited useful sources 
- somewhere on the page. 
- <span class="notprint">Contact me if I haven't.</span> 
- </p> 
- <p id="contact" class="notprint"> 
- You can contact me at: <a href="mailto:oskar@oskog97.com" 
- rel="noopener" target="_blank">oskar@oskog97.com</a> 
- <span class="a">(<a href="/pgp-pub/oskar.asc" 
- >PGP public key</a>)</span> 
- </p> 
- <p> <a class="notprint" href="https://oskog97.com/read/?path=/style.css"> 
- CSS Stylesheet 
- </a> 
- <a href="https://validator.w3.org/check/referrer" rel="nofollow noopener" 
- target="_blank" class="notprint"><span 
- class="img">Valid HTML5</span 
- ></a><br/> 
- </p> 
- </div></footer> 
- <!-- END OF INCLUDED FOOTER --> 
- </body> 
- </html> 
- __EOF__