discussion / index.html
davanstrien's picture
davanstrien HF staff
Update index.html
2fd0bd6
raw
history blame contribute delete
No virus
421 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>Discussions and suggestions</h1>
<p>This Space exists primarily to host suggestions and discussions for the Hacks/Hackers organization on Hugging Face</p>
</div>
</body>
</html>