-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
110 lines (74 loc) · 3.93 KB
/
Copy pathindex.html
File metadata and controls
110 lines (74 loc) · 3.93 KB
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> authifyChat — Contact Customer Care without getting scammed. </title>
<meta name="google-site-verification" content="D6Q4n8azCjI14o-iCcXxn0r3_xZ-3r7wzBaz25y_Clw" />
<meta name="description" content="One place for all your customer support needs.">
<meta name="keywords" content="Contact page,company email, twitter page, authifyChat, verifyChat, authifyWeb ">
<link rel="icon" href="images/favicon.ico" type="image/icon type">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/typeahead-standalone@4.19.1/dist/basic.css" />
<link rel="stylesheet" href="resources/style.css">
</head>
<body>
<script src="https://cdn.jsdelivr.net/npm/typeahead-standalone@4.19.1/dist/typeahead-standalone.js"></script>
<nav>
<div class="logo">
<a href="#"><span style="color:#EDE3E3;"> authify</span><span style="color:#a2fb15;">Chat</span></a><span class="brand_arch"> by authifyWeb.com</span>
</div>
<div class="pages">
<a href="#">Get Verified</a>
</div>
<div class="hamburger-menu">
<input id="menu__toggle" type="checkbox" />
<label class="menu__btn" for="menu__toggle">
<span> </span>
</label>
<ul class="menu__box" >
<ul>
<div id="menu1">
<li><a class="menu__item" href="https://authifyweb.com">Home</a></li>
<li><a class="menu__item" href="https://chat.authifyweb.com/"><span style="color:#EDE3E3;"> authify</span><span style="color:#a2fb15;">Chat</span></a></li>
<li><a class="menu__item" href="https://brand.authifyweb.com/"><span style="color:#EDE3E3;"> authify</span><span style="color:#a2fb15;">Brand</span></a></li>
<li><a class="menu__item" href="https://now.authifyweb.com/"><span style="color:#EDE3E3;"> authify</span><span style="color:#a2fb15;">Now</span></a></li>
</div>
</ul>
<ul>
<div id="menu2">
<li><a class="foo__item" href="https://authifyweb.com/pages/privacy.html" target="_blank">Privacy</a></li>
<li><a class="foo__item" href="https://authifyweb.com/pages/terms.html" target="_blank">Terms</a></li>
<li><a class="foo__item" href="https://github.com/authifyWeb/authifyChat/issues" target="_blank">Issues</a></li>
<li><a class="foo__item" href="https://github.com/authifyWeb/authifyChat" target="_blank">Github</a></li>
</ul>
</ul>
</div>
</nav>
<div class="main_container" >
<h3>Get Company Contact Details 💬</h3>
<div class="input-container" style="background-color:#1f282d;" >
<input type="text" autofocus class="searchterm" autocomplete="off" placeholder="Search for the Organisations Name" >
</div>
<p id="compatible"> ** Currently supports Indian Banks only</p>
<div class="output" style="background-color:#1f282d;">
<p id="naam"></p>
<p id="url"></p>
<p id="nitter"></p>
<p id="email"></p>
<p id="support"></p>
<p id="dataType"></p>
<div> <p id="no_promote">This project is still in Beta.<br>This is a simple tool to access organisations contact detils without being scammed . We do not directly or indirectly endorse or promote any particular brand or organisation. </p></div>
</div>
<div class="bgimg">
<img src="images/chat.png" height=250px;>
</div>
</div>
</div>
<script src="resources/script.js"></script>
<div class="footer">
<div id="FooterLinks">
<span><a href="https://authifyweb.com/pages/privacy.html" target="_blank"> Privacy </a> </span> <span><a href="https://authifyweb.com/pages/disclaimer.html" target="_blank"> Disclaimer</a></span> <span><a href="https://authifyweb.com/pages/terms.html" target="_blank"> Terms</span>
<p> ©<a href="https://authifyweb.com" > authifyWeb.com</a> </p>
</div>
</div>
</body>
</html>