-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
44 lines (36 loc) · 1.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- meta data -->
<meta name="author" content="Md. Jahidul Islam Sujan">
<!-- auto reload and redirect -->
<meta http-equiv="refresh" content="0; url=https://mrdeveloperjis.github.io">
<!-- favicon -->
<link rel="shortcut icon" href="assets/img/JIS-favicon.png" type="image/x-icon">
<!-- page title -->
<title>404 - Not Found</title>
<!-- custom css -->
<style>
* {
margin: 0;
padding: 0;
}
body {
background: #0c0c0c url("assets/img/404.png") center center / cover no-repeat fixed;
}
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NRXM3QD0GY"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-NRXM3QD0GY');
</script>
<!-- Google tag (gtag.js) --- done -->
</head>
<body>
</body>
</html>