forked from dmjone/dmjone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
53 lines (43 loc) · 2.01 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html>
<head>
<script>window["page"] = 404;</script>
<script src="/js/edu_su_common.js"></script>
<noscript>
<style>
html,
body {
margin: 0;
overflow: hidden;
}
</style>
<iframe src="/frame_noscript.html" style="width:100%;height:100vh;border:none;display:block"></iframe>
</noscript>
<title>Error 404 - Page Not Found - dmj.one</title>
<!--Study with dmj.one @Shoolini University-->
<meta name="description" content="Oops there has been an error! We are unable to find the page you specified at the URL. Please return to homepage while we fix this.">
<meta property="og:image" content="/logo.png">
<meta property="og:type" content="article">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@divyamohan1993">
<meta name="twitter:creator" content="@divyamohan1993">
<meta name="twitter:image" content="/logo.png">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
</head>
<body class="position-absolute w-100">
<header class="p-5 py-3 bg-success bg-opacity-10">
<h1 style="font-family: inherit;" class="sticky-top shadow rounded text-center bg-danger bg-gradient bg-opacity-75 p-3 my-4">
Error 404 <br /> Page Not Found
</h1>
<p class="shadow rounded text-black text-center bg-info bg-gradient bg-opacity-25 p-3 my-4">While the page
you were trying to view does not exist, you can relax your mind with this thought before you go back!
<span style="font: menu; font-size: small; ">(Refresh for more quotes)</span>
</p>
</header>
<main class="p-5 text-bg-light">
<script>gen_blockquote()</script>
</main>
<script>copyright("all")</script>
</body>
</html>