Google-Clone-Script/config/index.html
2019-12-25 01:33:52 +05:30

17 lines
No EOL
312 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Error 404</title>
<style type="text/css">
html, body{
padding: 0;
margin: 0;
font-family: Helvetica;
position: relative;
}
</style>
</head>
<body>
<h1 style="text-align: center;">Error 404: Page is not found which is you looking for!!</h1>
</body>
</html>