simple.html 384 B

1234567891011121314
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>React 图片预览组件 - Example</title>
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1" />
  7. <meta name="renderer" content="webkit" />
  8. <link href="./simple.css" type="text/css" rel="stylesheet" />
  9. </head>
  10. <body>
  11. <div id="root"></div>
  12. <script src="simple.tsx"></script>
  13. </body>
  14. </html>