initial commit

This commit is contained in:
thislight 2024-07-14 20:28:44 +08:00
commit 4a80c8552b
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E
46 changed files with 8309 additions and 0 deletions

13
index.html Normal file
View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Tutu</title>
<script src="/src/index.tsx" type="module"></script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>