firetac commited on
Commit
06f84de
·
verified ·
1 Parent(s): c7c945b

Update templates/home.html

Browse files
Files changed (1) hide show
  1. 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 VN OCR</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>
 
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>