-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
41 lines (33 loc) · 1.22 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
<!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="2; url=https://mrdeveloperjis.github.io">
<!-- favicon -->
<link rel="shortcut icon" href="assets/images/jis-white-black-circle.png" type="image/x-icon">
<!-- particles css -->
<link rel="stylesheet" href="assets/css/particles.css">
<!-- page title -->
<title>Md. Jahidul Islam Sujan</title>
<!-- 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>
<!-- particles -->
<div id="particles-js"></div>
<!-- particles javascript -->
<script src="assets/js/particles.min.js"></script>
<script src="assets/js/particles.js"></script>
</body>
</html>