-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
20 lines (20 loc) · 883 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Gemunu+Libre&display=swap" rel="stylesheet">
<head><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css">
<link rel="stylesheet" href="index.css">
</head>
<body>
<h1>NFT's sent to the hidden folder:</h1>
<h2 id="count-el">0</h2>
<div id="size">
<button id="increment-btn" onclick="increment()">TO HIDDEN!</button>
<button id="save-btn" onclick="save()">That's all for this collection (save)</button>
</div>
<p id="save-el">NFT's hidden by collection: </p>
<script src="index.js">
nnerText
</script>
</body>
</html>