A photo manager for VRChat.
1<!doctype html>
2<html lang="en">
3 <head>
4 <meta charset="utf-8" />
5 <meta name="viewport" content="width=device-width, initial-scale=1" />
6 <meta name="theme-color" content="#000000" />
7 <link rel="icon" type="image/svg+xml" href="/src/assets/logo.png" />
8 <title>VRChat Photo Manager</title>
9 </head>
10
11 <body>
12 <noscript>You need to enable JavaScript to run this app.</noscript>
13 <div id="root"></div>
14
15 <script src="/src/index.tsx" type="module"></script>
16 </body>
17</html>