this repo has no description
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>