File: /home/internet/public_html/math.mobi/index.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
<title>Kids Math | Math.mobi</title>
<script src="script/createjs.js"></script>
<link rel="shortcut icon" sizes="80" href="icon.png" />
<style type="text/css">
body {
margin: 0;
padding: 0;
overflow: hidden;
background-image: url("bg.png");
}
</style>
</head>
<body onload="load()">
<canvas id="game" width="720" height="1080">
Kids Math
</canvas>
<script src="script/main.js"></script>
</body>
</html>