Skip to content

Commit 06ccdeb

Browse files
authored
Merge pull request #11 from Apillon/fix/ethers
Ethers fix
2 parents fde411c + 185a54d commit 06ccdeb

2 files changed

Lines changed: 7 additions & 23 deletions

File tree

index.html

Lines changed: 6 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,11 @@
33
<head>
44
<title>NFTs</title>
55
<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>
158
<link rel="preconnect" href="https://fonts.googleapis.com" />
169
<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" />
2111
<link href="./style/style.css" rel="stylesheet" />
2212
<link href="./style/tooltip.css" rel="stylesheet" />
2313
<script src="./js/abi.js" type="application/javascript"></script>
@@ -31,13 +21,8 @@
3121
<div class="container">
3222
<div class="header br">
3323
<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>
4126
</div>
4227
<div class="header-r">
4328
<img src="images/header.svg" />
@@ -47,9 +32,7 @@ <h1>
4732
<div id="collection"></div>
4833
<div class="drop" id="drop"></div>
4934
<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>
5336
<span id="connectError" class="error"></span>
5437
</div>
5538
<span id="generalError" class="error"></span>

js/ethers-5.5.umd.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)