FILE / Unmei/Frontend
public/index.html
Исходный файл и его история в репозитории.
41 lines
1.2 KiB
HTML
41 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="ru">
|
|
<head>
|
|
<title>Unmei</title>
|
|
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-title" content="Unmei">
|
|
<link rel="apple-touch-icon" href="/favicon.png">
|
|
|
|
<meta name="application-name" content="Unmei">
|
|
<meta name="theme-color" content="#0b0b0b">
|
|
|
|
<link sizes="512x512" href="/favicon.png">
|
|
<link rel="manifest" href="/manifest.json">
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com">
|
|
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XZ24R3MWFX"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag() { dataLayer.push(arguments); }
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'G-XZ24R3MWFX');
|
|
window.gtag = gtag;
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<noscript>
|
|
Unmei can't work without JavaScript!<br>
|
|
Unmei не может работать без JavaScript!
|
|
</noscript>
|
|
<main id="root"></main>
|
|
</body>
|
|
</html>
|