A photo manager for VRChat.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 542e9d0ee025b3a068cfa6b7efd92a39e77c27d4 18 lines 597 B view raw
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 <script src="https://kit.fontawesome.com/9a203e5ff1.js" crossorigin="anonymous"></script> 9 <title>VRChat Photo Manager</title> 10 </head> 11 12 <body> 13 <noscript>You need to enable JavaScript to run this app.</noscript> 14 <div id="root"></div> 15 16 <script src="/src/index.tsx" type="module"></script> 17 </body> 18</html>