platform/dev/prod/src/index.ejs
Andrey Sobolev 5b04c289ff
include-fixes-icons (#5334)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2024-04-12 16:52:36 +07:00

18 lines
376 B
Plaintext

<!doctype html>
<html>
<head>
<meta charset="utf8">
<title>Platform</title>
<link rel="manifest" href="/site.webmanifest">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="shortcut icon" href="/favicon.ico" sizes="any">
<link rel="apple-touch-icon" href="/icon-192.png">
</head>
<body style="margin: 0; overflow: hidden;">
</body>
</html>