Add public/index.html

This commit is contained in:
user-admin 2026-01-31 02:45:32 +00:00
parent 51d264666e
commit 2559017ce3
1 changed files with 14 additions and 0 deletions

14
public/index.html Normal file
View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="React Hello World Application" />
<title>React Hello World</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>