24 lines
571 B
HTML
24 lines
571 B
HTML
<!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>
|