vkma-template-typescript
Version:
Шаблон приложения VK Mini Apps
14 lines • 444 B
HTML
<html lang="en">
<head>
<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="description" content="VKMA"/>
<meta name="theme-color" content="#000000">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<title>VK Mini App Boilerplate</title>
</head>
<body>
<div id="root"></div>
</body>
</html>