-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.php
More file actions
18 lines (18 loc) · 848 Bytes
/
404.php
File metadata and controls
18 lines (18 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
<title>Error 404 - Page Not Found</title>
<!-- meta tags-->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Digital Marketing provide service to Buy and Sell your project free online with good quality and price." />
<meta name="keywords" content="project, freelance, sell, buy, script, online, earn, script, templates" />
<meta name="author" content="Rohit Chauhan" />
<!--assets-->
<link rel="stylesheet" href="assets/css/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="assets/fonts/css/font-awesome.min.css">
<link rel="icon" href="favicon.png" sizes="16x16" type="image/png">
</head>
<body>
<center><img style="height:600px;" src="assets/404.png" alt="404"></center>
</body>
</html>