this repo has no description
0
fork

Configure Feed

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

tweaks

EGOIST e89cd864 318ba384

+17 -16
+17 -16
index.html
··· 1 - <!DOCTYPE html> 1 + <!doctype html> 2 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 - <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> 11 - </head> 12 - <body> 13 - <div id="app"></div> 14 - <script type="module" src="/src/main.tsx"></script> 15 - 16 - </body> 17 - </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>