-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (26 loc) · 1.02 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
<!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>Document</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; top: 0; left: 0; width: 100%; font-size: 3rem;">Header</div>
<button style="height: 40px; width: 200px; border-radius: 5px;" id="w3l_swap_button">Swap PMT Token</button>
</div>
</body>
<script
id="w3l_swap_script"
type="module"
w3ldata='eyJsb2dvIjoiaHR0cHM6Ly92aWEucGxhY2Vob2xkZXIuY29tLzMwMC5wbmcvZmZmIiwibmV0d29yayI6ImdvZXJsaSIsImV4Y2hhbmdlIjoidW5pc3dhcCIsInN5bWJvbCI6IlBNVCIsImRlY2ltYWxzIjoxOCwidG9rZW4iOiIweDJiYTM5OTZhNjNhYmRkMjcwNGE1ZDk0Mzk2NmYwMzQ0MzM1YzhiYjYiLCJhZHMiOnRydWV9'
src="https://web3lib.com/widgets/swap.js"
></script>
</html>