Spaces:
Runtime error
Runtime error
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="description" content=""> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
| <title>Urdu Sign Laguage Interpreter</title> | |
| <link href="style.css" rel="stylesheet"> | |
| <link href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> | |
| <link rel="shortcut icon" href="#" /> | |
| <script type="text/javascript" src="/eel.js"></script> | |
| <style> | |
| img { | |
| opacity: 0; | |
| filter: alpha(opacity=0); | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <section class="wellcome_area clearfix" id="home" > | |
| <div class="container-fluid"> | |
| <div class="row h-100 align-items-center"> | |
| <div class="col-12 col-md" > | |
| <div class="wellcome-heading" style="margin-left:100px"> | |
| <h2>Sign Detection | |
| <img src="images/recog.png" width="650" height="50"> | |
| <a href="help.html"><input type="image" src="images/helpp.png" alt="Submit" hspace="20" width="70" height="70"></a> | |
| </h2> | |
| <h3>Sign Language</h3> | |
| <p>Detect Hand Sign Language using Simple RGB Camera</p><br> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="row" style="margin-left:100px"> | |
| <div class="col-md-4"> | |
| <a href="sign.html"><input type="image" src="images/recog.png" alt="Submit" hspace="20" width="250" height="250"></a> | |
| </div> | |
| <div class="col-md-4"> | |
| <a href="capture.html"><input type="image" src="images/cap.png" alt="Submit" hspace="20" width="250" height="250"></a> | |
| </div> | |
| <div class="col-md-4"> | |
| <a href="learn.html"><input type="image" src="images/train.png" alt="Submit" hspace="20" width="250" height="250"></a> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="welcome-thumb"> | |
| </div> | |
| </section> | |
| </body> | |
| </html> | |