500.ejs 502 B

123456789101112
  1. <div id="500">
  2. <div class="container text-center">
  3. <h1 class="display-1 mb-3">Oh my.</h1>
  4. <hr/>
  5. <h2>We've encountered an unexpected error.</h2>
  6. <div class="help">
  7. <p><!--But mark my words, the person responsible will walk the plank for this.<br/><span class="mobile-spacer">&nbsp;</span>-->Need help with your account? Please <a href="/contact">let us know</a>.</p>
  8. <a class="btn btn-lg btn-outline-dark" href="/contact">Open a help request</a>
  9. </div>
  10. </div>
  11. </div>