Initial Import Commit

This commit is contained in:
SkyExploreWasTaken 2024-12-31 16:48:05 +01:00
parent 0a410ec37e
commit d3ea593219
40 changed files with 2578 additions and 0 deletions

27
errors/403.html Normal file
View file

@ -0,0 +1,27 @@
<!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>403</error-code>
<error-title>Forbidden</error-title>
<br>
<error-desc>You don't have permission to access this resource.</error-desc>
</error-section>
</body>
<!-- JS Section -->
<script src="../assets/js/particles.js"></script>
<script src="../assets/js/config.js"></script>
</html>