| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Home</title> | |
| <link rel="stylesheet" href="/static/css/style.css"> | |
| </head> | |
| <body> | |
| <div class="container"> | |
| <h1>Welcome to Ink2TextVN</h1> | |
| <p>Choose an option to get started:</p> | |
| <div class="button-container"> | |
| <button type="button" onclick="window.location.href='/index'">Go to Webcam Capture</button> | |
| <button type="button" onclick="window.location.href='/other'">Go to Image OCR</button> | |
| </div> | |
| </div> | |
| </body> | |
| </html> |