HTTP_UNAUTHORIZED.shtml 847 Bytes
Newer Older
Maxime Lefrançois's avatar
Maxime Lefrançois committed
<!--#set var="TITLE" value="401 Unauthorized"-->
<!--#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="REDIRECT_STATUS" -->.</strong> That's an error.</h2>
          <p>This server could not verify that you are authorized to access
    the URL "<!--#echo encoding="url" var="REDIRECT_URL" -->".
    You either supplied the wrong credentials (e.g., bad password), or your
    browser doesn't understand how to supply the credentials required.</p>
    <p>In case you are allowed to request the document, please
    check your user-id and password and try again.</p>
        </div>
      </div>
    </div>
  </header>   
<!--#include virtual="include/bottom.shtml" -->