-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnft.html
63 lines (59 loc) · 2.2 KB
/
nft.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
<link rel="icon" type="image/jpg" href="imgs/www.png">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/nft.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type= "text/javascript" src="Js/nft_driver.js"></script>
<meta name="google-signin-client" content="732899449129-71d0p2fhd5i53sgoovol9fjea7epfhf3.apps.googleusercontent.com">
<style>
body {
background-color:black;
padding :4vh;
}
code{
color: white;
font-size:2vh;
}
img{
padding: 0.2rem;
height: 80%;
width: 80%;
border-radius: 0.4rem;
}
#but:hover{
background-color:red;
}
</style>
<script type="text/javascript">
function red(){
window.open("gsign.html","_self");
}
</script>
</head>
<body>
<div style="text-align:center">
<code>
<u><span style="font-size:3vh">You're own unique Goodie</span></u><br>
</code>
<br>
<code style="font-size:0.7rem">Click the picture to Download</code>
</div>
<section class="nft">
<a href="imgs/nfts/490.png" id="anft" download="your_unique_nft">
<img src="imgs/nfts/490.png" id="nft" alt="Custom_nft"></a>
</section>
<div class="btn-img" style="padding:5vh;">
<div class="text1" style="padding:5vh;text-align:center;">
<!-- <button type="button" id="but" onclick="red()"><p style="text-decoration: none;font-family: 'Courier New', Courier, monospace;">Private chat</p></button>
-->
</div>
Hidden link
</div>
</body>
</html>