testingStaticSpace / index.html
fai's picture
Update index.html
d4fe2e2
raw
history blame
457 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>Welcome to my static Space!</h1>
<p>testing Space</p>
</div>
<div class="card">
<img src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg" alt="huggingface.co">
</div>
</body>
</html>