-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (42 loc) · 2.21 KB
/
index.html
File metadata and controls
42 lines (42 loc) · 2.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>React Blueprint</title>
<meta name="theme-color" content="#f1f1f1" />
<meta name="description" content="Jumpstart your React application with this blueprint by Jordy Arntz." />
<link rel="apple-touch-icon" href="/logo192.png" />
<link rel="mask-icon" href="/mask.svg" color="#f1f1f1" />
<meta name="googlebot" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1" />
<meta name="bingbot" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1" />
<meta property="og:type" content="website" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="627" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="og:image" content="https://example.com/meta.png" />
<meta property="og:image:secure_url" content="https://example.com/meta.png" />
<meta name="twitter:image" content="https://example.com/meta.png" />
<link rel="canonical" href="https://example.com" />
<meta property="og:url" content="https://example.com" />
<meta property="og:title" content="React Blueprint" />
<meta name="twitter:title" content="React Blueprint" />
<meta property="og:image:alt" content="React Blueprint" />
<meta name="twitter:image:alt" content="React Blueprint" />
<meta property="og:description" content="Jumpstart your React application with this blueprint by Jordy Arntz." />
<meta name="twitter:description" content="Jumpstart your React application with this blueprint by Jordy Arntz." />
<link rel="manifest" href="/manifest.json" />
</head>
<body>
<noscript>
<div style="display: flex; justify-content: center; align-items: center; height: 100vh">
<h3 style="font-family: sans-serif">You need to enable JavaScript to run this app.</h3>
</div>
</noscript>
<a name="top"></a>
<div id="root"></div>
<a name="bottom"></a>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>