This commit is contained in:
bigdeejay
2025-01-22 17:19:12 +09:00
commit 94ab979687
8 changed files with 29253 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>Document</title>
</head>
<body>
<div id="root"></div>
</body>
</html>