-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (29 loc) · 1.55 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
<!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" />
<meta data-sm="" name="robots" content="index, follow">
<meta name="rating" content="safe for kids">
<title data-sm="">ReactJS to SolidJS Converter & Utilities</title>
<meta data-sm="" name="title" content="ReactJS to SolidJS Converter & Utilities">
<meta data-sm="" name="description" content="React to Solid code conversion related utilities">
<meta data-sm="" property="og:type" content="website">
<meta data-sm="" property="og:url" content="#">
<meta data-sm="" property="og:title" content="ReactJS to SolidJS Converter & Utilities">
<meta data-sm="" property="og:description" content="React to Solid code conversion related utilities">
<meta data-sm="" property="og:image" content="cover.png">
<meta data-sm="" property="twitter:card" content="summary_large_image">
<meta data-sm="" property="twitter:url" content="#">
<meta data-sm="" property="twitter:title" content="ReactJS to SolidJS Converter & Utilities">
<meta data-sm="" property="twitter:description" content="React to Solid code conversion related utilities">
<meta data-sm="" property="twitter:image" content="cover.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
</head>
<body class="antialiased">
<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>