-
-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathindex.html
49 lines (45 loc) · 1.51 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<title>SUID</title>
<meta name="title" content="SUID" />
<meta
name="description"
content="A port of Material-UI (MUI) built with SolidJS."
/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://suid.io" />
<meta property="og:title" content="SUID" />
<meta
property="og:description"
content="A port of Material-UI (MUI) built with SolidJS."
/>
<meta property="og:image" content="https://suid.io/assets/preview.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://suid.io" />
<meta property="twitter:title" content="SUID" />
<meta
property="twitter:description"
content="A port of Material-UI (MUI) built with SolidJS."
/>
<meta
property="twitter:image"
content="https://suid.io/assets/preview.png"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500"
rel="stylesheet"
/>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script src="/src/index.tsx" type="module"></script>
</body>
</html>