1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| <!DOCTYPE html>
| <html lang="zh-CN">
| <head>
| <meta charset="utf-8" />
| <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
| <meta name="viewport" content="width=device-width, initial-scale=1" />
| <meta name="theme-color" content="#000000" />
| <meta name="description" content="志愿者服务后台管理系统" />
| <title>志愿者服务后台管理系统</title>
| </head>
| <body>
| <noscript>您需要启用JavaScript才能运行此应用程序。</noscript>
| <div id="root"></div>
| </body>
| </html>
|
|