-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy path404.html
122 lines (122 loc) · 5.59 KB
/
404.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!doctype html>
<html lang="en" dir="ltr" class="plugin-native plugin-id-default" data-has-hydrated="false">
<head>
<meta charset="UTF-8" />
<meta name="generator" content="Docusaurus v3.1.0" />
<title data-rh="true">Page Not Found | Reanimated Color Picker</title>
<meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1" />
<meta data-rh="true" name="twitter:card" content="summary_large_image" />
<meta data-rh="true" property="og:url" content="https://alabsi91.github.io/reanimated-color-picker/404.html" />
<meta data-rh="true" property="og:locale" content="en" />
<meta data-rh="true" name="docusaurus_locale" content="en" />
<meta data-rh="true" name="docusaurus_tag" content="default" />
<meta data-rh="true" name="docsearch:language" content="en" />
<meta data-rh="true" name="docsearch:docusaurus_tag" content="default" />
<meta
data-rh="true"
name="keywords"
content="react native, react-native, color picker, Android, IOS, WEB, Expo, color, picker, slider, wheel, swatches, palette"
/>
<meta data-rh="true" property="og:title" content="Page Not Found | Reanimated Color Picker" />
<link data-rh="true" rel="icon" href="/reanimated-color-picker/img/favicon.ico" />
<link data-rh="true" rel="canonical" href="https://alabsi91.github.io/reanimated-color-picker/404.html" />
<link data-rh="true" rel="alternate" href="https://alabsi91.github.io/reanimated-color-picker/404.html" hreflang="en" />
<link
data-rh="true"
rel="alternate"
href="https://alabsi91.github.io/reanimated-color-picker/404.html"
hreflang="x-default"
/>
<script src="https://snack.expo.dev/embed.js" async></script>
<link rel="stylesheet" href="/reanimated-color-picker/assets/css/styles.1fc1ae05.css" />
<script src="/reanimated-color-picker/assets/js/runtime~main.a998acb4.js" defer="defer"></script>
<script src="/reanimated-color-picker/assets/js/main.ded2c658.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">
<script>
!(function () {
function t(t) {
document.documentElement.setAttribute('data-theme', t);
}
var e =
(function () {
try {
return new URLSearchParams(window.location.search).get('docusaurus-theme');
} catch (t) {}
})() ||
(function () {
try {
return localStorage.getItem('theme');
} catch (t) {}
})();
t(null !== e ? e : 'dark');
})(),
(function () {
try {
const c = new URLSearchParams(window.location.search).entries();
for (var [t, e] of c)
if (t.startsWith('docusaurus-data-')) {
var a = t.replace('docusaurus-data-', 'data-');
document.documentElement.setAttribute(a, e);
}
} catch (t) {}
})();
</script>
<div id="__docusaurus">
<div role="region" aria-label="Skip to main content">
<a class="skipToContent_fXgn" href="#__docusaurus_skipToContent_fallback">Skip to main content</a>
</div>
<nav aria-label="Main" class="navbar navbar--fixed-top">
<div class="navbar__inner">
<div class="navbar__items">
<button aria-label="Toggle navigation bar" aria-expanded="false" class="navbar__toggle clean-btn" type="button">
<svg width="30" height="30" viewBox="0 0 30 30" aria-hidden="true">
<path
stroke="currentColor"
stroke-linecap="round"
stroke-miterlimit="10"
stroke-width="2"
d="M4 7h22M4 15h22M4 23h22"
></path>
</svg></button
><a class="navbar__brand" href="/reanimated-color-picker/"><b class="navbar__title text--truncate">Home</b></a
><a class="navbar__item navbar__link" href="/reanimated-color-picker/docs/intro">Docs</a>
</div>
<div class="navbar__items navbar__items--right">
<a
href="https://github.com/alabsi91/reanimated-color-picker"
target="_blank"
rel="noopener noreferrer"
class="navbar__item navbar__link"
>GitHub<svg width="13.5" height="13.5" aria-hidden="true" viewBox="0 0 24 24" class="iconExternalLink_nPIU">
<path
fill="currentColor"
d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"
></path></svg
></a>
<div class="navbarSearchContainer_Bca1"></div>
</div>
</div>
<div role="presentation" class="navbar-sidebar__backdrop"></div>
</nav>
<div id="__docusaurus_skipToContent_fallback" class="main-wrapper mainWrapper_z2l0">
<main class="container margin-vert--xl">
<div class="row">
<div class="col col--6 col--offset-3">
<h1 class="hero__title">Page Not Found</h1>
<p>We could not find what you were looking for.</p>
<p>
Please contact the owner of the site that linked you to the original URL and let them know their link is broken.
</p>
</div>
</div>
</main>
</div>
<footer class="footer footer--dark">
<div class="container container-fluid">
<div class="footer__bottom text--center"><div class="footer__copyright">Released under the MIT License.</div></div>
</div>
</footer>
</div>
</body>
</html>