-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (27 loc) · 1.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Web Widget Demo</title>
</head>
<style>
* {
box-sizing: border-box;
}
</style>
<body>
<div style="height: 90vh; width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;">
<div style="position: absolute; text-align:center; top: 0; left: 0; width: 100%; font-size: 3rem;">Web widget demo</div>
<div style="margin-left: auto; margin-right: auto;">Avax/Joe Demo</div>
</div>
</body>
<script
id="w3l_swap_script"
type="module"
data-w3ldata='eyJsb2dvIjoiaHR0cHM6Ly93d3cuZHJvcGJveC5jb20vcy84bGJpNWpzcDZrYmpsY3Mvam9lXzIwMHgyMDAud2VicD9yYXc9MSIsIm5ldHdvcmsiOiJhdmFsYW5jaGUiLCJleGNoYW5nZSI6InRyYWRlcmpvZSIsInN5bWJvbCI6IkpPRSIsImRlY2ltYWxzIjoxOCwidG9rZW4iOiIweDZlODRhNjIxNmVhNmRhY2M3MWVlOGU2YjBhNWI3MzIyZWViYzBmZGQifQ=='
data-w3ltokensymbol='JOE'
src="https://web3widget.on.fleek.co/widgets/swap.js"
></script>
</html>