Demo / index.html
rogarces85's picture
Update index.html
d3697b7
raw
history blame contribute delete
406 Bytes
<!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>