wujingjing
2024-11-19 a1a6827edea6100849b28d0ef3cdc99c23d8b125
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta name="format-detection" content="telephone=no" />
    <meta
      name="viewport"
      content="initial-scale=1.0,user-scalable=no,width=device-width,viewport-fit=cover"
    />
    <meta http-equiv="X-UA-Compatible" content="ie=edge" />
    <title>amis-editor Demo</title>
    <link rel="stylesheet" href="/static/editor/css/iconfont.css" />
    <link rel="stylesheet" href="/static/editor/css/animate.min.css" />
    <link
      data-react-helmet="true"
      rel="shortcut icon"
      href="https://avatars.githubusercontent.com/u/78204817?s=200&v=4"
    />
  </head>
  <body>
    <div id="root"></div>
  </body>
</html>