forked from emn178/online-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
84 lines (79 loc) · 3.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
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="content-language" content="en">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Page Not Found - Online Tools</title>
<meta name="keywords"
content="online,md5,sha1,sha256,sha,sha512,sha3,keccak,shake,base64,base32,syntax highlight,crc-32,crc-16,md2,md4,htmlencode,htmldecode,urlencode,urldecode">
<meta name="author" content="emn178">
<meta name="copyright" content="emn178">
<meta name="description"
content="Online tools provides many hash, encode, decode and other functions. including md5, sha256, sha512, sha3, keccak, base64, base32, syntax highlight, crc and more.">
<meta property="og:type" content="website">
<meta property="og:title" content="Page Not Found">
<meta property="og:site_name" content="Online Tools">
<meta property="og:description"
content="Online tools provides many hash, encode, decode and other functions. including md5, sha256, sha512, sha3, keccak, base64, base32, syntax highlight, crc and more.">
<meta property="og:locale" content="en">
<meta property="og:image" content="https://emn178.github.io/online-tools/images/logo.png">
<meta property="article:author" content="emn178">
<meta property="article:tag"
content="online,md5,sha1,sha256,sha,sha512,sha3,keccak,shake,base64,base32,syntax highlight,crc-32,crc-16,md2,md4,htmlencode,htmldecode,urlencode,urldecode">
<meta property="twitter:card" content="summary">
<meta property="twitter:image" content="https://emn178.github.io/online-tools/images/logo.png">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<script>
var delayScripts = [];
var waitLoadCount = 0;
(function () {
function initGTMOnEvent(e) {
document.removeEventListener(event.type, initGTMOnEvent);
initGTM();
}
function initGTM() {
if (window.gtmDidInit) {
return;
}
window.gtmDidInit = true;
const script = document.createElement('script');
script.async = true;
script.src = gaUrl;
document.head.appendChild(script);
}
if (document.addEventListener) {
document.addEventListener('DOMContentLoaded', () => {
setTimeout(initGTM, 3500);
});
document.addEventListener('scroll', initGTMOnEvent);
document.addEventListener('mousemove', initGTMOnEvent);
document.addEventListener('touchstart', initGTMOnEvent);
} else {
delayScripts.push({
src: gaUrl
});
}
})();
</script>
<link rel="stylesheet" href="css/style.css?v=4">
</head>
<body>
<div id="header">
<div class="site-name"><a href="./">Online Tools</a></div>
</div>
<div id="body">
<div id="page404">
<h1>Page Not Found</h1>
<div><a href="./">Back to home page</a></div>
</div>
</div>
<div id="footer">
<div class="contact"><a href="https://github.com/emn178/online-tools/issues">Create issues </a>if any problem.</div>
<div class="copyright">© 2015-2023 Online Tools</div>
</div>
<script src="https://code.jquery.com/jquery-1.10.1.min.js" defer></script>
<script src="js/main.js?v=7" defer></script>
</body>
</html>