You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
1.1 KiB
66 lines
1.1 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
|
|
<title>Storybook</title>
|
|
<link rel="shortcut icon" href="favicon.ico?v=1" />
|
|
|
|
|
|
<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="static/runtime~manager.1e37d0d1017cb5f1305c.bundle.js" defer></script>
|
|
|
|
|
|
|
|
<script src="static/manager.36880b310a56c1ed84d3.bundle.js" defer></script>
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|
|
|