this repo has no description
0
fork

Configure Feed

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

at main 18 lines 587 B view raw
1<!doctype html> 2<html> 3 <head> 4 <meta charset="UTF-8" /> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 6 <title>Anime Sedai | 动画世代</title> 7 <link rel="stylesheet" href="/src/index.css" /> 8 <script 9 async 10 src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6132862500355662" 11 crossorigin="anonymous" 12 ></script> 13 </head> 14 <body> 15 <div id="app"></div> 16 <script type="module" src="/src/main.tsx"></script> 17 </body> 18</html>