forked from mhnpd/react-loader-spinner
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
23 lines (23 loc) · 1.15 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html><html><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.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) {
// eslint-disable-next-line no-console
console.warn('unable to connect to parent frame for connecting dev tools');
}</script><script>document.title = "React Loaders";</script><style>h3{
font-size: 0!important;
}
h3:after{
content: "Loaders";
font-size: 12px!important;
}</style><link rel="icon" type="image/png" href=""></head><body><div id="root"></div><script src="runtime~main.36aeb6bedd1dbb233d64.bundle.js"></script><script src="vendors~main.4ba920d68fa19431f2a6.bundle.js"></script><script src="main.7bffd2dd19459c8954b1.bundle.js"></script></body></html>