Initial Import Commit
This commit is contained in:
parent
0a410ec37e
commit
d3ea593219
40 changed files with 2578 additions and 0 deletions
27
errors/404.html
Normal file
27
errors/404.html
Normal 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>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>
|
Loading…
Add table
Add a link
Reference in a new issue