Spaces:
Running
Running
File size: 406 Bytes
073371b d3697b7 073371b d3697b7 073371b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | <!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>Hola, Bienvenido a mi espacio</h1>
<p></p>
<p>
<a href="https://huggingface.co/docs/hub/spaces" target="_blank">Ir</a>.
</p>
</div>
</body>
</html>
|