27 lines
851 B
HTML
27 lines
851 B
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>404</error-code>
|
||
|
<error-title>Not Found</error-title>
|
||
|
<br>
|
||
|
<error-desc>The requested URL was not found on this server.</error-desc>
|
||
|
</error-section>
|
||
|
</body>
|
||
|
<!-- JS Section -->
|
||
|
<script src="../assets/js/particles.js"></script>
|
||
|
<script src="../assets/js/config.js"></script>
|
||
|
|
||
|
</html>
|