Nepjune commited on
Commit
926b4cd
·
verified ·
1 Parent(s): 4bd8a97

Create public/index.html

Browse files
Files changed (1) hide show
  1. public/index.html +14 -0
public/index.html ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!-- public/index.html -->
2
+ <!DOCTYPE html>
3
+ <html lang="en">
4
+ <head>
5
+ <meta charset="UTF-8">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <title>Image Captioning App</title>
8
+ </head>
9
+ <body>
10
+ <div id="root"></div>
11
+ <!-- เรียกใช้ React app ที่จะถูกแสดงในตำแหน่งนี้ -->
12
+ <script src="%PUBLIC_URL%/index.js"></script>
13
+ </body>
14
+ </html>