-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
21 lines (18 loc) · 694 Bytes
/
404.html
File metadata and controls
21 lines (18 loc) · 694 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Not Found</title>
<link rel="icon" type="image/x-icon" href="favicon.png">
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
</head>
<body>
<img src="/logobeeg.png" width="1000" class="center" style="max-width:100%;height:auto;">
<h1>Page Not Found</h1>
<p><b>Error 27138</b><br>The requested page was not found.<br>click <a style="color: #00aa00;" href="./">here</a> to return to the home page.</p>
<footer>
<h5>© 2025 The Select Inc.</h5>
</footer>
</body>
</html>