mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-28 14:03:55 +03:00
6fcbd14d6f
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
20 lines
567 B
Plaintext
20 lines
567 B
Plaintext
<!doctype html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf8">
|
|
<meta name="viewport" content="width=device-width">
|
|
|
|
<title>Tracker</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> |