-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.html
More file actions
60 lines (58 loc) · 2.04 KB
/
example.html
File metadata and controls
60 lines (58 loc) · 2.04 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
<!doctype html>
<html lang="en">
<body>
<form id="c" action="https://api.insightgenesis.ai/lg">
<button name="email">Login Email</button>
<br />
<input id="e" placeholder="Enter your email" />
<br />
<button name="metamask">Login with Metamask</button>
<br />
<button name="google">Login with Google</button>
<br />
<button name="facebook">Login with Facebook</button>
<br />
<button name="github">Login with Github</button>
<br />
<button name="bitbucket">Login with BitBucket</button>
<br />
<button name="gitlab">Login with GitLab</button>
<br />
<button name="discord">Login with Discord</button>
<br />
<button name="twitch">Login with Twitch</button>
<br />
<button name="microsoft">Login with Microsoft</button>
<br />
<button name="telegram">Login with Telegram</button>
<br />
<button name="twitter">Login with Twitter</button>
<br />
</form>
<a id="d">Logout</a>
<br />
<div id="a">
<form action="https://api.insightgenesis.ai/scan" target="_blank">
<select id="g" name="g"></select>
<select id="y" name="y"></select>
<button>Scan health</button>
</form>
<form action="https://api.insightgenesis.ai/voice" target="_blank">
<select id="v" name="v"></select>
<button>Scan voice</button>
</form>
<form action="https://api.insightgensis.ai/print" target="_blank">
<input name="e" placeholder="Email" required />
<input name="c" placeholder="Phone code" required />
<input name="n" placeholder="Phone number" required />
<button>Scan digital foot print</button>
</form>
Your referral link: <a id="k"></a>
<form action="/wallet" target="_blank">
<button>Open Wallet</button>
</form>
<button id="s">Set Secret Key</button>
</div>
<script src="https://cdn.jsdelivr.net/gh/aloycwl/insightgenesis@main/frontend/build/igai.min.js"></script>
</body>
</html>