|
|
|
@ -91,6 +91,12 @@ export const Main: FC = () => {
@@ -91,6 +91,12 @@ export const Main: FC = () => {
|
|
|
|
|
<meta name="msapplication-TileColor" content="#ffffff" /> |
|
|
|
|
<meta name="msapplication-TileImage" content="/img/favicon/ms-icon-144x144.png" /> |
|
|
|
|
<meta name="theme-color" content="#ffffff" /> |
|
|
|
|
<meta |
|
|
|
|
name="viewport" |
|
|
|
|
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" |
|
|
|
|
/> |
|
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> |
|
|
|
|
|
|
|
|
|
<base target="_blank" /> |
|
|
|
|
</Head> |
|
|
|
|
|
|
|
|
|