HTTP_BAD_REQUEST.shtml 676 Bytes
Newer Older
Maxime Lefrançois's avatar
Maxime Lefrançois committed
<!--#set var="TITLE" value="400 Bad request"-->
<!--#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>Your browser (or proxy) sent a request that this server could not understand.</p>
          <!--#if expr="-n v('REDIRECT_ERROR_NOTES')" -->
          <p><!--#echo encoding="none" var="REDIRECT_ERROR_NOTES" --></p>
          <!--#endif -->
        </div>
      </div>
    </div>
  </header> 
<!--#include virtual="include/bottom.shtml" -->