this repo has no description
0
fork

Configure Feed

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

tweaks

EGOIST c9ef9f49 b06c226d

+3 -2
+3 -2
index.html
··· 6 6 <title>Anime Sedai | 动画世代</title> 7 7 <link rel="stylesheet" href="/src/index.css"> 8 8 <meta name="google-adsense-account" content="ca-pub-6132862500355662"> 9 + <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6132862500355662" 10 + crossorigin="anonymous"></script> 9 11 </head> 10 12 <body> 11 13 <div id="app"></div> 12 14 <script type="module" src="/src/main.tsx"></script> 13 - <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6132862500355662" 14 - crossorigin="anonymous"></script> 15 + 15 16 </body> 16 17 </html>