This commit is contained in:
h z
2024-12-03 00:38:56 +00:00
commit 8bbfc10a39
6 changed files with 6838 additions and 0 deletions

11
public/index.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>React Project</title>
</head>
<body>
<div id="root"></div>
</body>
</html>