@clickpick/cra-template-vkma
Version:
The base VKMA template for Create React App.
22 lines (21 loc) • 881 B
HTML
<html lang="ru" scheme="bright_light" x-ms-format-detection="none" class="vkui">
<head>
<base target="_blank">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no,user-scalable=no,viewport-fit=cover">
<meta name="theme-color" content="#fff">
<meta name="format-detection" content="telephone=no">
<meta name="format-detection" content="date=no">
<meta name="format-detection" content="address=no">
<meta name="format-detection" content="email=no">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="referrer" content="no-referrer-when-downgrade">
<meta name="description" content="YOUR_PROJECT">
<link rel="dns-prefetch" href="https://vk.com/">
<title>{YOUR_PROJECT}</title>
</head>
<body scheme="bright_light">
<div id="root" class="vkui__root"></div>
</body>
</html>