Update templates/home.html
Browse files- templates/home.html +1 -1
templates/home.html
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="container">
|
11 |
-
<h1>Welcome to
|
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>
|
|
|
8 |
</head>
|
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>
|