update index.html

This commit is contained in:
PavelDoGreat
2018-03-27 18:55:34 +03:00
parent 385061774f
commit 31f19cbeeb

View File

@@ -4,6 +4,11 @@
<meta charset="utf-8">
<title>Fluid Simulation</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="mobile-web-app-capable" content="yes">
<link rel="apple-touch-icon" href="logo.png">
<link rel="icon" href="logo.png">
<meta http-equiv="CACHE-CONTROL" content="NO-CACHE">
<meta property="og:type" content="website">
@@ -23,7 +28,7 @@
body {
margin: 0;
position: absolute;
position: fixed;
width: 100%;
height: 100%;
}