prepare
This commit is contained in:
parent
004331e1c4
commit
5547e6723b
0
apple-launch-icon.png
Normal file
0
apple-launch-icon.png
Normal file
0
apple-touch-icon.png
Normal file
0
apple-touch-icon.png
Normal 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">
|
||||
|
Loading…
Reference in New Issue
Block a user