This commit is contained in:
Alexander Popov 2021-02-25 03:25:23 +03:00
parent 004331e1c4
commit 5547e6723b
4 changed files with 8 additions and 1 deletions

View File

@ -1,2 +1,3 @@
[ ] Keyboard fit
[ ] iOS web app
[ ] Game Statistic

0
apple-launch-icon.png Normal file
View File

0
apple-touch-icon.png Normal file
View File

View File

@ -7,13 +7,19 @@
-->
<head>
<meta charset="utf-8">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<title>Hangman</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="apple-mobile-web-app-title" content="Hangman">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1, minimal-ui">
<link rel="stylesheet" href="https://unpkg.com/chota@0.8.0">
<!-- dev mode -->
<!-- <link rel="stylesheet" href="_media/css/chota.min.css"> -->
<link rel="stylesheet" href="_media/css/styles.css">
<link rel="icon" type="image/png" href="_media/img/favicon.png">
<link rel="apple-touch-icon" href="_media/img/apple-touch-icon.png">
<link rel="apple-touch-startup-image" href="_media/img/apple-launch-icon.png">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
</head>
<body>
<div class="container">