Update templates/home.html
Browse files- templates/home.html +1 -0
templates/home.html
CHANGED
@@ -9,6 +9,7 @@
|
|
9 |
<body>
|
10 |
<div class="container">
|
11 |
<h1>Welcome to Ink2TextVN</h1>
|
|
|
12 |
<div class="button-container">
|
13 |
<button type="button" onclick="window.location.href='/index'">Go to Webcam Capture</button>
|
14 |
<button type="button" onclick="window.location.href='/other'">Go to Image OCR</button>
|
|
|
9 |
<body>
|
10 |
<div class="container">
|
11 |
<h1>Welcome to Ink2TextVN</h1>
|
12 |
+
<p>Choose an option to get started:</p>
|
13 |
<div class="button-container">
|
14 |
<button type="button" onclick="window.location.href='/index'">Go to Webcam Capture</button>
|
15 |
<button type="button" onclick="window.location.href='/other'">Go to Image OCR</button>
|