FILE / Unmei/Frontend
public/index.html
Исходный файл и его история в репозитории.
23 lines
699 B
HTML
23 lines
699 B
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">
|
|
<meta name="application-name" content="Unmei">
|
|
<meta name="theme-color" content="#0b0b0b">
|
|
|
|
<link sizes="512x512" href="/favicon.png">
|
|
<link rel="manifest" href="/manifest.json">
|
|
</head>
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<main id="root"></main>
|
|
</body>
|
|
</html>
|