-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (48 loc) · 4.75 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!doctype html><html lang="en"><head><meta charset="utf-8"/><title>Webpack App</title><meta name="viewport" content="width=device-width,initial-scale=1"/><style>html, body {
overflow: hidden;
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
* {
box-sizing: border-box;
}</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');
}
window.onerror = function onerror(message, source, line, column, err) {
if (window.CONFIG_TYPE !== 'DEVELOPMENT') return;
// eslint-disable-next-line no-var, vars-on-top
var xhr = new window.XMLHttpRequest();
xhr.open('POST', '/runtime-error');
xhr.setRequestHeader('Content-Type', 'application/json;charset=UTF-8');
xhr.send(
JSON.stringify({
/* eslint-disable object-shorthand */
message: message,
source: source,
line: line,
column: column,
error: err && { message: err.message, name: err.name, stack: err.stack },
origin: 'manager',
/* eslint-enable object-shorthand */
})
);
};</script><title>Octuple Design System</title><link rel="apple-touch-icon" sizes="57x57" href="https://raw.githubusercontent.com/dylankilgore/static/main/images/apple-icon-57x57.png"><link rel="apple-touch-icon" sizes="60x60" href="https://raw.githubusercontent.com/dylankilgore/static/main/images/apple-icon-60x60.png"><link rel="apple-touch-icon" sizes="72x72" href="https://raw.githubusercontent.com/dylankilgore/static/main/images/apple-icon-72x72.png"><link rel="apple-touch-icon" sizes="76x76" href="https://raw.githubusercontent.com/dylankilgore/static/main/images/apple-icon-76x76.png"><link rel="apple-touch-icon" sizes="114x114" href="https://raw.githubusercontent.com/dylankilgore/static/main/images/apple-icon-114x114.png"><link rel="apple-touch-icon" sizes="120x120" href="https://raw.githubusercontent.com/dylankilgore/static/main/images/apple-icon-120x120.png"><link rel="apple-touch-icon" sizes="144x144" href="https://raw.githubusercontent.com/dylankilgore/static/main/images/apple-icon-144x144.png"><link rel="apple-touch-icon" sizes="152x152" href="https://raw.githubusercontent.com/dylankilgore/static/main/images/apple-icon-152x152.png"><link rel="apple-touch-icon" sizes="180x180" href="https://raw.githubusercontent.com/dylankilgore/static/main/images/apple-icon-180x180.png"><link rel="icon" type="image/png" sizes="192x192" href="https://raw.githubusercontent.com/dylankilgore/static/main/images/android-icon-192x192.png"><link rel="icon" type="image/png" sizes="32x32" href="https://raw.githubusercontent.com/dylankilgore/static/main/images/favicon-32x32.png"><link rel="icon" type="image/png" sizes="96x96" href="https://raw.githubusercontent.com/dylankilgore/static/main/images/favicon-96x96.png"><link rel="icon" type="image/png" sizes="16x16" href="https://raw.githubusercontent.com/dylankilgore/static/main/images/favicon-16x16.png"><link rel="manifest" href="https://raw.githubusercontent.com/dylankilgore/static/main/images/manifest.json"><meta name="msapplication-TileColor" content="#ffffff"><meta name="msapplication-TileImage" content="https://raw.githubusercontent.com/dylankilgore/static/main/images/ms-icon-144x144.png"><meta name="theme-color" content="#ffffff"><style>@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
html,
body {
font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,Oxygen-Sans, Ubuntu,Cantarell, "Helvetica Neue", sans-serif;
}</style><style>#root[hidden],
#docs-root[hidden] {
display: none !important;
}</style></head><body><div id="root"></div><div id="docs-root"></div><script>window['CONFIG_TYPE'] = "PRODUCTION";
window['LOGLEVEL'] = "info";
window['FEATURES'] = {"postcss":true,"emotionAlias":false,"warnOnLegacyHierarchySeparator":true,"buildStoriesJson":false,"storyStoreV7":false,"modernInlineRender":false,"breakingChangesV7":false,"interactionsDebugger":false,"babelModeV7":false,"argTypeTargetsV7":false,"previewMdx2":false};
window['DOCS_MODE'] = false;</script><script src="runtime~main.5415af764c72b8275d59.manager.bundle.js"></script><script src="174.de70ee93e126a6eebb55.manager.bundle.js"></script><script src="main.6a35a20d675981b0d4ab.manager.bundle.js"></script></body></html>