-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
33 lines (33 loc) · 1.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/website/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>react-ymd-date-select</title>
<meta property="og:title" content="react-ymd-date-select" />
<meta property="og:type" content="website" />
<meta
property="og:url"
content="https://whitphx.github.io/react-ymd-date-select/"
/>
<meta
property="og:image"
content="https://whitphx.github.io/react-ymd-date-select/img/demo_screenshot.png"
/>
<meta property="og:site_name" content="whitphx/react-ymd-date-select" />
<meta
property="og:description"
content="Hooks and components for Y-M-D dropdowns with React"
/>
</head>
<body>
<div id="root"></div>
<script>
// https://github.com/satya164/react-simple-code-editor/issues/86#issuecomment-860205926
// React-Live's <LiveEditor /> uses react-simple-code-editor internally; https://github.com/FormidableLabs/react-live#liveeditor-
const global = globalThis;
</script>
<script type="module" src="/website/main.tsx"></script>
</body>
</html>