slay / index.html
slayone's picture
Update index.html
0f56ea5
raw
history blame contribute delete
No virus
321 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 your static Space!</h1>
<p>Hugging Face</p>
</div>
</body>
</html>