generated from Simplus-Labs/simplus-react-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
59 lines (43 loc) · 2.46 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
50
51
52
53
54
55
56
57
58
59
<!doctype html>
<html lang="en" data-theme="violet-gradient">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Language" content="en-us" />
<meta name="language" content="English" />
<meta name="title" content="Simplus Text Converter" />
<meta name="description" content="Format your Text: Convert it to Camelcase, Lowercase, Uppercase and More" />
<meta name="keywords" content="Simplus Labs, Simplus Toolbox, Text conversion, online text formatting tool" />
<meta name="news_keywords" content="Simplus Labs, Simplus Toolbox, Text conversion, online text formatting tool" />
<meta name="author" content="Simplus Labs" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Simplus Text Converter" />
<meta property="og:description" content="Format your Text: Convert it to Camelcase, Lowercase, Uppercase and More" />
<meta property="og:url" content="https://github.com/Simplus-Labs/simplus-react-boilerplate" />
<meta property="og:image" content="" />
<meta property="og:site_name" content="Simplus Text Converter" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="https://github.com/Simplus-Labs/simplus-react-boilerplate" />
<meta name="twitter:creator" content="Simplus Labs" />
<meta name="twitter:title" content="Simplus Text Converter" />
<meta name="twitter:description" content="Format your Text: Convert it to Camelcase, Lowercase, Uppercase and More" />
<meta name="twitter:image" content="" />
<link rel="canonical" href="https://simplus.website/" />
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow" />
<meta name="google" content="nositelinkssearchbox" />
<link rel="shortcut icon" href="/public/simplus.svg" />
<link rel="icon" type="image/svg+xml" href="/public/simplus.svg" />
<title>Simplus React Boilerplate</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap"
rel="stylesheet" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>