-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
20 lines (20 loc) · 1.18 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html><html lang="en"><head><meta charset="utf-8"/><title>Storybook</title><meta name="viewport" content="width=device-width,initial-scale=1"/><style>html, body {
overflow: hidden;
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}</style><script>/* globals window */
/* eslint-disable no-underscore-dangle */
try {
if (window.top !== window) {
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.top.__REACT_DEVTOOLS_GLOBAL_HOOK__;
}
} catch (e) {
// eslint-disable-next-line no-console
console.warn('unable to connect to top frame for connecting dev tools');
}</script><script>// hackcode stroybook no support
document.title = 'RC-NEW-WINDOW';</script><link rel="icon" type="image/png" href="https://gw.alipayobjects.com/zos/rmsportal/rlpTLlbMzTNYuZGGCVYM.png"/><style>#root[hidden],
#docs-root[hidden] {
display: none !important;
}</style></head><body><div id="root"></div><div id="docs-root"></div><script></script><script src="runtime~main.286b69a873d49f2f199c.bundle.js"></script><script src="vendors~main.e6b7beb80eca4083eae7.bundle.js"></script><script src="main.e37e7cfcb9dd32ebbaa7.bundle.js"></script></body></html>