-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.php
54 lines (23 loc) · 1.06 KB
/
404.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Abel&display=swap" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="assets/css/fontawesome.min.css" rel="stylesheet">
<link href="assets/css/all.min.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/mainStyle.css">
<link rel="stylesheet" href="assets/css/mobileStyle.css">
<title>Error 404</title>
</head>
<body>
<div class="error_page">
<h1>404</h1>
<h3>page not found</h3>
<a href="https://play.abenchimedia.com">Return to safety</a>
</div>
</body>
</html>