configurations/Nginx/html/cs/500.html

42 lines
1.9 KiB
HTML

<!DOCTYPE html>
<html>
<!--<head>-->
<!-- <title>Library of Code</title>-->
<!-- <meta name="viewport" content="width=device-width,initial-scale=1.0">-->
<!-- <script-->
<!-- src="https://browser.sentry-cdn.com/6.19.1/bundle.min.js"-->
<!-- integrity="sha384-GRagWAKYasaEEyhq5NqRz9Hs7zZOXt+DwzY/WGbWZBkpvt5+lZxITNyU3bD7SFk5"-->
<!-- crossorigin="anonymous"-->
<!-- ></script>-->
<!-- <script>-->
<!-- Sentry.init({-->
<!-- dsn: "https://5e09616da86344c5b5e2629d85914857@sentry.libraryofcode.org/4",-->
<!-- });-->
<!-- Sentry.setTag('hostname', window.location.hostname);-->
<!-- Sentry.captureException(new Error('500 INTERNAL SERVER ERROR'));-->
<!-- function showDialog() {-->
<!-- Sentry.showReportDialog();-->
<!-- }-->
<!-- </script>-->
<!--</head>-->
<body bgcolor="white">
<center><h1>500 Internal Server Error</h1></center>
<p>Something went wrong while trying to process the request.</p>
<!---<p><i><a onclick="javascript:showDialog()" href="#">Click here to report this problem to the Department of Engineering</a></i></p>--->
<h2>User</h2>
<p>If you're just visiting the site, here are the steps you can take.</p>
<ol type=1>
<li>Try refreshing the page.</li>
<li>Try again in 5 minutes.</li>
</ol>
<h2>Site Operator</h2>
<p>If you're the operator of this site, here are the steps you can take.</p>
<ol type=1>
<li>An unknown error has occurred while attempting to process the request, there may be an issue with the gateway itself.</li>
<li>Make sure there's no announcement, issue, or maintenance posts. If there aren't, please contact us.</li>
<li>If none of these solved your issue, please contact the Department of Engineering at <strong>engineering@libraryofcode.org</strong></li>
</ol>
<hr><center><a href="https://www.libraryofcode.org/">Library of Code, Inc. | Division of Cloud Services & Member Support (CSMS)</a></center>
</body>
</html>