-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (66 loc) · 2.66 KB
/
index.html
File metadata and controls
70 lines (66 loc) · 2.66 KB
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
<!DOCTYPE html>
<!-- <html class="spectrum spectrum--medium spectrum--light" lang="en" dir="ltr"> -->
<html>
<head>
<meta charset="utf-8" />
<!-- <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> -->
<link
rel="icon"
type="image/svg+xml"
href="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%3E%3Ctext%20x='0'%20y='14'%3E🤗%3C/text%3E%3C/svg%3E"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="react monorepo starter" />
<title>mdx-react-spectrum</title>
<!-- <link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@spectrum-css/vars@3.0.2/dist/spectrum-global.css"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@spectrum-css/vars@3.0.2/dist/spectrum-medium.css"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@spectrum-css/vars@3.0.2/dist/spectrum-light.css"
/> -->
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@spectrum-css/vars@3.0.2/dist/spectrum-lightest.css"> -->
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@spectrum-css/vars@3.0.2/dist/spectrum-dark.css"> -->
<!-- <link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@spectrum-css/typography@3.0.2/dist/index-vars.css"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@spectrum-css/icon@3.0.3/dist/index-vars.css"
/> -->
<!-- <link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@spectrum-css/page@3.0.2/dist/index-vars.css"
/> -->
<!-- <link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@spectrum-css/button@3.0.3/dist/index-vars.css"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@spectrum-css/accordion@3.0.3/dist/index-vars.css"
/> -->
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
<!-- <script src="https://cdn.jsdelivr.net/npm/loadicons@1.0.0/index.js"></script> -->
<script>
// loadIcons('https://cdn.jsdelivr.net/npm/@adobe/spectrum-css-workflow-icons@1.2.1/dist/spectrum-icons.svg');
</script>
</body>
</html>