This repository has been archived by the owner on Jun 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
executable file
·42 lines (33 loc) · 2.22 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 lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
<meta charset="utf-8" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="msapplication-config" content="https://cdn.rio.cloud/images/favicon/browserconfig.xml" />
<meta name='theme-color' content='#ffffff' media='(prefers-color-scheme: light)' />
<meta name='theme-color' content='#000000' media='(prefers-color-scheme: dark)' />
<meta name='apple-mobile-web-app-capable' content='yes' />
<meta name='apple-mobile-web-app-status-bar-style' content='#ffffff' media='(prefers-color-scheme: light)' />
<meta name='apple-mobile-web-app-status-bar-style' content='#000000' media='(prefers-color-scheme: dark)' />
<meta name="format-detection" content="telephone=no" />
<meta http-equiv="content-encoding" content="gzip" />
<link rel="apple-touch-icon" sizes="180x180" href="https://cdn.rio.cloud/images/favicon/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="https://cdn.rio.cloud/images/favicon/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="https://cdn.rio.cloud/images/favicon/favicon-16x16.png" />
<link rel="manifest" href="https://cdn.rio.cloud/images/favicon/site.webmanifest" />
<link rel="mask-icon" href="https://cdn.rio.cloud/images/favicon/safari-pinned-tab.svg" color="#000000" />
<link rel="shortcut icon" href="https://cdn.rio.cloud/images/favicon/favicon.ico" />
<link rel="stylesheet" type="text/css" href="https://uikit.developers.rio.cloud/0.16.2/rio-uikit.css" />
<title>RIO Service</title>
</head>
<body translate="no">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!-- RIO PageLoader -->
<link rel="stylesheet" type="text/css" href="https://cdn.rio.cloud/pageLoader/pageLoader.css" />
<script src="https://cdn.rio.cloud/pageLoader/pageLoader.js"></script>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>