initial commit

This commit is contained in:
andrewkydev
2023-02-10 23:11:02 +03:00
commit e05528b890
29 changed files with 1840 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>