| <!DOCTYPE html> |
| <html lang="en"> |
| |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> |
| <meta name="keywords" content="<%= keywords %>" /> |
| <meta name="description" content="<%= description %>" /> |
| <meta name="aes-config" content="pid=xux-opensource&user_type=101&uid=&username=&dim10=seata"/> |
| |
| <!-- 网页标签标题 --> |
| <title><%= title %></title> |
| <link rel="shortcut icon" href="/img/seata_logo_small.jpeg"/> |
| <link rel="stylesheet" href="<%= rootPath %>/build/<%= page %>.css" /> |
| <link rel="stylesheet" href="https://g.alicdn.com/mamba/assets/0.0.19/mse-arc-ui.min.css" /> |
| </head> |
| <body> |
| <div id="root"><%- __html %></div> |
| <script src="https://f.alicdn.com/react/15.4.1/react-with-addons.min.js"></script> |
| <script src="https://f.alicdn.com/react/15.4.1/react-dom.min.js"></script> |
| <script src="//g.alicdn.com/alilog/mlog/aplus_v2.js" id="beacon-aplus" exparams="clog=o&aplus&sidx=aplusSidx&ckx=aplusCkx"></script> |
| <script src="//g.alicdn.com/aes/??tracker/1.0.34/index.js,tracker-plugin-pv/2.4.5/index.js,tracker-plugin-event/1.2.5/index.js,tracker-plugin-jserror/1.0.13/index.js,tracker-plugin-api/1.1.14/index.js,tracker-plugin-perf/1.1.8/index.js,tracker-plugin-eventTiming/1.0.4/index.js"></script> |
| <script async src="https://www.googletagmanager.com/gtag/js?id=G-X4LJGF90X2"></script> |
| <script> |
| window.rootPath = '<%= rootPath %>'; |
| </script> |
| <script src="<%= rootPath %>/build/<%= page %>.js"></script> |
| <script src="https://g.alicdn.com/mamba/assets/0.0.19/mse-arc-ui.min.js"></script> |
| <script> |
| var _hmt = _hmt || []; |
| (function() { |
| var hm = document.createElement("script"); |
| hm.src = "https://hm.baidu.com/hm.js?104e73ef0c18b416b27abb23757ed8ee"; |
| var s = document.getElementsByTagName("script")[0]; |
| s.parentNode.insertBefore(hm, s); |
| })(); |
| |
| window.dataLayer = window.dataLayer || []; |
| function gtag(){dataLayer.push(arguments);} |
| gtag('js', new Date()); |
| gtag('config', 'G-X4LJGF90X2'); |
| </script> |
| </body> |
| </html> |