mirror of
https://github.com/react95-io/React95.git
synced 2026-04-26 03:00:18 -04:00
14 lines
829 B
HTML
14 lines
829 B
HTML
<!doctype html><html><head><meta charset="utf-8"><title>Storybook</title><style>html, body {
|
|
overflow: hidden;
|
|
height: 100%;
|
|
width: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
}</style><script>try {
|
|
if (window.parent !== window) {
|
|
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.parent.__REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
window.__VUE_DEVTOOLS_GLOBAL_HOOK__ = window.parent.__VUE_DEVTOOLS_GLOBAL_HOOK__;
|
|
}
|
|
} catch (e) {
|
|
console.warn('unable to connect to parent frame for connecting dev tools');
|
|
}</script></head><body><div id="root"></div><script src="./sb_dll/storybook_ui_dll.js"></script><script src="runtime~main.bf7f1bbd18bd2f1ec8df.bundle.js"></script><script src="vendors~main.f65692a3cd9a25de6219.bundle.js"></script><script src="main.3c2e6d759ce488ec36cb.bundle.js"></script></body></html> |