MultilingualMainTool / index.html
tdnathmlenthusiast's picture
Update index.html
ed9c94e verified
raw
history blame
413 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sign Language Project Embed</title>
</head>
<body>
<h1>Embedded Sign Language Project</h1>
<iframe
src="https://osheina-sign-language-project.hf.space"
frameborder="0"
width="100%"
height="600px"
allowfullscreen
></iframe>
</body>
</html>