Nepjune's picture
Create public/index.html
926b4cd verified
raw
history blame contribute delete
437 Bytes
<!-- public/index.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Image Captioning App</title>
</head>
<body>
<div id="root"></div>
<!-- เรียกใช้ React app ที่จะถูกแสดงในตำแหน่งนี้ -->
<script src="%PUBLIC_URL%/index.js"></script>
</body>
</html>