web / index.html
1tbfree's picture
Update index.html
20669ef verified
raw
history blame contribute delete
472 Bytes
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>HugVPS</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="card">
<h1>HugVPS: HuggingFace solutions</h1>
<p>Look in our account to use.</p>
<p>
Also don't forget to check the
<a href="https://huggingface.co./docs/hub/spaces" target="_blank">Spaces documentation</a>.
</p>
</div>
</body>
</html>