-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 1.18 KB
/
index.html
File metadata and controls
30 lines (30 loc) · 1.18 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=11" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0"
/>
<meta name="theme-color" content="#000" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="keywords" content="react, rsk, app, social" />
<meta name="msapplication-tap-highlight" content="no" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="application-name" content="RSK" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="apple-mobile-web-app-title" content="RSK" />
<meta name="msapplication-TileColor" content="#0a382b" />
<meta property="og:url" content="" />
<meta property="og:type" content="app" />
<meta property="og:title" content="RSK" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<title>RSK</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>