Adding margin/padding=0
This commit is contained in:
parent
b21e08f5b5
commit
b5d821519b
11
cat.html
11
cat.html
|
@ -8,20 +8,15 @@
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF8">
|
||||||
|
|
||||||
<!-- Viewport isn't scalable -->
|
<!-- Viewport isn't scalable -->
|
||||||
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1, user-scalable=0, minimal-ui" />
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1, user-scalable=0, minimal-ui">
|
||||||
|
|
||||||
<!-- <meta name="viewport" content="width=device-width, minimal-ui" /> -->
|
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
|
||||||
|
|
||||||
<title>Cat Parade</title>
|
<title>Cat Parade</title>
|
||||||
<!-- for apps on home screen -->
|
<!-- for apps on home screen -->
|
||||||
|
|
||||||
<!-- for ios 7 style, multi-resolution icon of 152x152 -->
|
<!-- for ios 7 style, multi-resolution icon of 152x152 -->
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
<meta name="apple-mobile-web-app-status-barstyle" content="black-translucent">
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||||
<link rel="apple-touch-icon" href="images/icon-152.png">
|
<link rel="apple-touch-icon" href="images/icon-152.png">
|
||||||
|
|
||||||
<!-- for Chrome on Android, multi-resolution icon of 192x192 -->
|
<!-- for Chrome on Android, multi-resolution icon of 192x192 -->
|
||||||
|
@ -40,7 +35,7 @@ canvas {
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body bgcolor="#000000" onload="startGame()">
|
<body style="margin: 0; padding:0;" bgcolor="#000000" onload="startGame()">
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
var FONT = "BlueStone";
|
var FONT = "BlueStone";
|
||||||
|
|
Loading…
Reference in New Issue