-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path404.php
43 lines (41 loc) · 1.95 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="icon" type="image/png" href="img/favicon.png"/>
<meta name="description" content="Search all the web with nudle."/>
<meta name="keywords" content="watch dogs, watchdogs, nudle, ubisoft, hacking, search, google, game"/>
<meta name="theme-color" content="#D4D4D4"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="Nudle.xyz">
<meta name="twitter:title" content="Nudle">
<meta name="twitter:description" content="Nudle search engine">
<meta name="twitter:creator" content="">
<meta name="twitter:image" content="http://nudle.xyz/img/nudle_preview.jpg">
<meta property="og:title" content="Nudle">
<meta property="og:type" content="article">
<meta property="og:url" content="http://nudle.xyz">
<meta property="og:image" content="http://nudle.xyz/img/nudle_preview.jpg">
<meta property="og:description" content="Nudle search engine">
<meta property="og:site_name" content="Nudle">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="inc/material.min.css">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:300,400,500,700" type="text/css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<script src="inc/material.min.js"></script>
<title>404</title>
<style>
body{
margin: 20px 50px;
}
</style>
</head>
<body>
<h1>404 :(</h1>
<h4>You are lost, but don't panic, we know exactly where you are...<i class="material-icons">person_pin_circle</i></h4>
<button class="mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect" onclick="history.back(-1)">
Go back
</button>
</body>
</html>