-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (55 loc) · 2.22 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="https://cdn-icons-png.flaticon.com/512/202/202308.png" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="The Web Component for an easy integration with AutLabs suite." />
<title>AutId Web Component</title>
<!--
/**
* @license
* MyFonts Webfont Build ID 954498
*
* The fonts listed in this notice are subject to the End User License
* Agreement(s) entered into by the website owner. All other parties are
* explicitly restricted from using the Licensed Webfonts(s).
*
* You may obtain a valid license from one of MyFonts official sites.
* http://www.fonts.com
* http://www.myfonts.com
* http://www.linotype.com
*
*/
-->
<style>
body {
background-color: pink;
}
</style>
<script type="module" src="/src/dev.index.tsx"></script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<!--
<div class="custom-auth-container"></div> -->
<!-- <d-aut id="aut" network="goerli" button-type="simple" hub-address="0x265D26030c97Ee96391c883e7B86B87b38D841b7"></d-aut> -->
<!-- 0x09e930B4FEB47cA86236c8961B8B1e23e514ec3F -->
<!-- mumbai -->
<!-- 0xc8CF6a45F14e281EB220E7A37D66308490f6a4EC -->
<!-- 0xD7E2D0Bd7d48AD951dE38AF0CA38bA78a99dcABa -->
<!-- network='{"name":"Mumbai (Polygon)","chainId":80001,"network":"Mumbai","disabled":false,"explorerUrls":["https://explorer-mumbai.maticvigil.com/"],"rpcUrls":["https://rpc-mumbai.maticvigil.com"]}' -->
<!-- menu-items='[{"name":"Profile","actionType":"external_link","link":"test"}]' -->
<div style="margin-left: 10px">
<d-aut
id="aut"
use-dev="true"
flow-config='{"mode": "signup", "customCongratsMesssage": "messages"}'
ipfs-gateway="https://aut.mypinata.cloud/ipfs"
menu-items='[{"name":"Profile","actionType":"external_link","link":"?network=mumbai"}]'
hub-address="0xdaffe6640b4c5d8086a31536b2c694bdd3e675d7"
></d-aut>
</div>
</body>
</html>