25
play-life-web/index.html
Normal file
25
play-life-web/index.html
Normal file
@@ -0,0 +1,25 @@
|
||||
<!doctype html>
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" href="/favicon.svg?v=3.18.1" type="image/svg+xml" />
|
||||
<link rel="icon" href="/favicon-new.ico?v=3.18.1" sizes="32x32" />
|
||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png?v=3.18.1" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
|
||||
|
||||
<!-- PWA Meta Tags -->
|
||||
<meta name="theme-color" content="#4f46e5" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||
<meta name="apple-mobile-web-app-title" content="PlayLife" />
|
||||
<meta name="screen-orientation" content="portrait" />
|
||||
<meta name="description" content="Трекер продуктивности и изучения слов" />
|
||||
|
||||
<title>PlayLife</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.jsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user