OpenASR / index.html
MiguelJorgeAndrade's picture
Update index.html
ddefb94 verified
Raw
History Blame Contribute Delete
467 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">
<img width="300" src="https://huggingface.co/spaces/Neoscopio-SA/OpenASR/resolve/main/logo-1.png" />
<h1>Welcome!</h1>
<p>Code will be on GitHub for better commit control. Setup is underway.</p>
</div>
</body>
</html>