Files
FastCheck/src/index.html

19 lines
602 B
HTML
Raw Normal View History

2026-05-06 23:26:00 +04:00
<!doctype html>
<html lang="ru">
2026-01-19 14:09:12 +04:00
<head>
<meta charset="utf-8">
2026-05-06 23:26:00 +04:00
<title>fastCHECK</title>
2026-01-19 14:09:12 +04:00
<base href="/">
2026-05-06 23:26:00 +04:00
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<meta name="theme-color" content="#2563eb">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<link rel="icon" type="image/png" href="logo_small.png">
<link rel="apple-touch-icon" href="logo_small.png">
2026-01-19 14:09:12 +04:00
</head>
<body>
<app-root></app-root>
</body>
</html>