Spaces:
Running
Running
File size: 481 Bytes
57247d8 ae48421 57247d8 ae48421 57247d8 ae48421 57247d8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
<!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>
|