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 670 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.0" /> 6 <title>Worklog</title> 7 <link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>📋</text></svg>" /> 8 <!-- react-grab for development --> 9 <script src="//unpkg.com/react-grab/dist/index.global.js"></script> 10 <script src="//unpkg.com/@react-grab/claude-code/dist/client.global.js"></script> 11 </head> 12 <body> 13 <div id="root"></div> 14 <script type="module" src="./main.tsx"></script> 15 </body> 16</html>