forked from solidjs/solid-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (42 loc) · 2.23 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
<!DOCTYPE html>
<html style="scroll-behavior: smooth">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="apple-touch-icon" sizes="180x180" href="/img/favicons/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicons/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicons/favicon-16x16.png" />
<meta name="msapplication-TileImage" content="/img/favicons/ms-icon-144x144.png" />
<meta name="msapplication-TileColor" content="#2c4f7c" />
<meta name="theme-color" content="#2c4f7c" />
<meta name="msapplication-TileColor" content="#2c4f7c" />
<meta name="theme-color" content="#2c4f7c" />
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no" />
<meta name="og:title" content="SolidJS" />
<meta name="og:url" content="https://www.solidjs.com" />
<meta name="og:type" content="article" />
<meta name="og:image:width" content="1200" />
<meta name="og:image:height" content="627" />
<meta name="og:image:url" content="https://www.solidjs.com/og.jpg" />
<meta name="og:image:secure_url" content="https://www.solidjs.com/og.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="https://www.solidjs.com/og.jpg" />
<meta name="twitter:site" content="@solid_js" />
<meta name="msvalidate.01" content="2430336572A8F5A3CCB92DC181ADA489" />
<meta
name="og:description"
content="Solid is a purely reactive library. It was designed from the ground up with a reactive core. It's influenced by reactive principles developed by previous libraries."
/>
<meta
name="description"
content="A declarative, efficient and flexible JavaScript library for building user interfaces."
/>
<link rel="sitemap" href="sitemap.xml" type="application/xml" />
<link rel="icon" type="image/png" href="/img/favicons/favicon-32x32.png" />
<script src="/src/main.tsx" type="module"></script>
</head>
<body class="font-display bg-white text-black dark:bg-solid-darkbg dark:text-white">
<div id="app"></div>
<footer id="footer"></footer>
</body>
</html>