forked from evrifaessa/discord-webhook
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
26 lines (25 loc) · 1.25 KB
/
404.html
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Page not found, neither is the missing children.</title>
<meta name="language" content="en-US">
<meta name="author" content="Yağızhan Burak Yakar (evrifaessa), https://github.com/evrifaessa">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Page not found, neither is the missing children. We made better use of our 404-page by publishing this picture of a missing child with the help of Missing Children Europe.">
<meta name="title" content="Page not found, neither is the missing children.">
<meta name="color-scheme" content="light dark">
<!-- Bootstrap core CSS -->
<link href="./assets/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link href="./assets/css/fontawesome.min.css" rel="stylesheet">
<!-- Custom styles -->
<link href="./assets/css/styles.css" rel="stylesheet">
</head>
<body class="bg-dark">
<iframe src="https://notfound-static.fwebservices.be/en/404?key=5fe05fe53fb04" width="100%" height="650" class="bg-dark" frameborder="0"></iframe>
<center>
<h2>➔ <a href="/" style="color: #FFF;">Go back to home.</a></h2>
</center>
</body>
</html>