-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlogout.html
31 lines (28 loc) · 1.25 KB
/
logout.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>HBIT Blockchain | Logout</title>
<meta name="title" content="HBIT Blockchain - Logout">
<meta name="description" content="HashBit Blockchain, HBIT, Future of Money and Crypto is here. Open your Wallet and Join the Community.">
<meta name="keywords" content="hashbit, hbit, blockchain, wallet, assets, exchange, messenger, chat, bitcoin, btc">
<meta name="author" content="HashBit.org">
<meta name="copyright" content="2021">
<meta http-equiv="Reply-to" content="[email protected]">
<meta http-equiv="content-language" content="EN">
<meta http-equiv="Content-Type" content="text/html; iso-8859-1">
<meta name="robots" content="INDEX,FOLLOW">
<meta name="creation_Date" content="05/07/2021">
<meta name="revisit-after" content="7 days">
<link rel="shortcut icon" href="./images/favicon.png">
</head>
<body id="body" class="dark-mode">
<script src="./assets/js/bundle.js?ver=2.4.0"></script>
<script src="./assets/js/jquery.cookie-1.4.1.min.js"></script>
<script>
$.cookie('hbitkey', null, { expires: -1, path: '/', secure: true });
window.location.href = "index.html";
</script>
</body>
</html>