website/errors/500.html

29 lines
No EOL
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>SEWT Website - Navigator Test</title>
<meta charset="UTF-8">
<link href="../assets/css/errors.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/avif" href="../assets/icons/base.avif">
<link rel="icon" type="x/icon" href="../assets/icons/base.ico">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
</head>
<body>
<div id="particles-js"></div>
<error-section>
<error-code>500</error-code>
<error-title>Internal Server Error</error-title>
<br>
<error-desc>The server encountered an internal error or misconfiguration and was unable to complete your request.</error-desc>
<br>
<error-contact>Please contact the server administrator at [no address given] to inform them of the time this error occurred, and the actions you performed just before this error.</error-contact>
</error-section>
</body>
<!-- JS Section -->
<script src="../assets/js/particles.js"></script>
<script src="../assets/js/config.js"></script>
</html>