HTTP_GONE.shtml 936 Bytes
Newer Older
Maxime Lefrançois's avatar
Maxime Lefrançois committed
<!--#set var="TITLE" value="410 Gone"-->
<!--#include virtual="include/top.shtml" -->
  <header id="g-header">
    <div class="g-container">
      <div class="g-block size-100">
        <div class="g-content g-particle">
          <h2><strong><!--#echo var="TITLE" -->.</strong> That's an error.</h2>

          <p>Resource is no longer available</p>
          <p>The requested URL is no longer available on this server and there is no forwarding address.</p>

  <!--#if expr="-n v('HTTP_REFERER')" -->
  
    <p>Please inform the author of the
    <a href="<!--#echo encoding="url" var="HTTP_REFERER" -->">referring
    page</a> that the link is outdated.</p>
   
  <!--#else -->
  
    <p>If you followed a link from a foreign page, please contact the
    author of this page.</p>
   
  <!--#endif -->

        </div>
      </div>
    </div>
  </header> 

<!--#include virtual="include/bottom.shtml" -->