| <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> | |
| <style> | |
| html, body { | |
| margin: 0; | |
| padding: 0; | |
| height: 100%; | |
| } | |
| iframe { | |
| width: 100%; | |
| height: 100%; | |
| border: none; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <h1>Embedded Sign Language Project</h1> | |
| <iframe | |
| src="https://osheina-sign-language-project.hf.space" | |
| allowfullscreen | |
| ></iframe> | |
| </body> | |
| </html> | |