HTTP_SERVICE_UNAVAILABLE.shtml 590 Bytes
Newer Older
Maxime Lefrançois's avatar
Maxime Lefrançois committed
<!--#set var="TITLE" value="503 Service unavailable"-->
<!--#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>The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later. </p>
        </div>
      </div>
    </div>
  </header>   
<!--#include virtual="include/bottom.shtml" -->