|
3 | 3 | <head> |
4 | 4 | <title>NFTs</title> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
6 | | - <script |
7 | | - src="https://code.jquery.com/jquery-3.5.1.min.js" |
8 | | - integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" |
9 | | - crossorigin="anonymous" |
10 | | - ></script> |
11 | | - <script |
12 | | - src="https://cdn.ethers.io/lib/ethers-5.5.umd.min.js" |
13 | | - type="application/javascript" |
14 | | - ></script> |
| 6 | + <script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script> |
| 7 | + <script src="./js/ethers-5.5.umd.min.js" type="application/javascript"></script> |
15 | 8 | <link rel="preconnect" href="https://fonts.googleapis.com" /> |
16 | 9 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> |
17 | | - <link |
18 | | - href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;700&display=swap" |
19 | | - rel="stylesheet" |
20 | | - /> |
| 10 | + <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;700&display=swap" rel="stylesheet" /> |
21 | 11 | <link href="./style/style.css" rel="stylesheet" /> |
22 | 12 | <link href="./style/tooltip.css" rel="stylesheet" /> |
23 | 13 | <script src="./js/abi.js" type="application/javascript"></script> |
|
31 | 21 | <div class="container"> |
32 | 22 | <div class="header br"> |
33 | 23 | <div class="header-l"> |
34 | | - <h1> |
35 | | - A matter of minutes. And zero developing costs. Want to build your |
36 | | - own NFT collection? |
37 | | - </h1> |
38 | | - <a href="https://apillon.io/" class="builders" target="_blank"> |
39 | | - Build with Apillon |
40 | | - </a> |
| 24 | + <h1>A matter of minutes. And zero developing costs. Want to build your own NFT collection?</h1> |
| 25 | + <a href="https://apillon.io/" class="builders" target="_blank"> Build with Apillon </a> |
41 | 26 | </div> |
42 | 27 | <div class="header-r"> |
43 | 28 | <img src="images/header.svg" /> |
|
47 | 32 | <div id="collection"></div> |
48 | 33 | <div class="drop" id="drop"></div> |
49 | 34 | <div class="btn-connect-wrapper"> |
50 | | - <button id="btnConnect" onclick="connectWallet();"> |
51 | | - Connect wallet |
52 | | - </button> |
| 35 | + <button id="btnConnect" onclick="connectWallet();">Connect wallet</button> |
53 | 36 | <span id="connectError" class="error"></span> |
54 | 37 | </div> |
55 | 38 | <span id="generalError" class="error"></span> |
|
0 commit comments