1
Fork 0
This repository has been archived on 2024-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
nft-preview-card/index.html

25 lines
571 B
HTML
Raw Normal View History

2024-07-11 04:34:54 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/images/favicon-32x32.png"
/>
<title>NFT preview card component</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<p>Equilibrium #3429</p>
<p>Our Equilibrium collection promotes balance and calm.</p>
<p>0.041 ETH</p>
<p>3 days left</p>
<p>Creation of Jules Wyvern</p>
</body>
</html>