this repo has no description
0
fork

Configure Feed

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

at main 16 lines 535 B view raw
1<!DOCTYPE html> 2<html lang="en"> 3 <head> 4 <meta charset="UTF-8" /> 5 <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 7 <title>Compose / %PHANPY_CLIENT_NAME%</title> 8 <meta name="color-scheme" content="dark light" /> 9 <meta name="google" content="notranslate" /> 10 </head> 11 <body> 12 <div id="app-standalone"></div> 13 <div id="modal-container"></div> 14 <script type="module" src="/src/compose.jsx"></script> 15 </body> 16</html>