platform/dev/prod/src/index.ejs
Alexander Platov 25a5c354bb
Disable double tap and update mobile UI (#2312)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
2022-10-20 09:43:05 +07:00

19 lines
514 B
Plaintext

<!doctype html>
<html>
<head>
<meta charset="utf8">
<title>Platform</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="icon" type="image/svg+xml" sizes="any" href="favicon.svg">
<link rel="icon" type="image/png" sizes="16x16" href="favicon_16.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon_32.png">
<link rel="icon" type="image/png" sizes="192x192" href="favicon_192.png">
</head>
<body style="margin: 0; overflow: hidden;">
</body>
</html>