huggingnft / index.html
AlekseyKorshuk's picture
Update index.html
ae48421
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>My static Space</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="card">
<h1>Welcome to Hugging NFT!</h1>
<p>
The application has moved to another domain:
</p>
<p>
<a href="https://huggingface.co/spaces/huggan/huggingnft" target="_blank"
>New Space Link</a
>.
</p>
</div>
</body>
</html>