This commit is contained in:
2023-02-11 00:33:00 +03:00
commit 6be8dce9f9
29 changed files with 1846 additions and 0 deletions

13
public/index.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="ru">
<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="theme-color" content="#000000">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<title>VK Mini App Boilerplate by iSa1vatore</title>
</head>
<body>
<div id="root"></div>
</body>
</html>