| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 | 
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>神算子</title><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="chrome=1, IE=9, IE=10, IE=11"><meta name="format-detection" content="telephone=no"><meta name="HandheldFriendly" content="true"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="black"><meta name="format-detection" content="telephone=no"><meta name="HandheldFriendly" content="true"><meta name="robots" content="noindex,nofollow"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="black"><meta name="apple-mobile-web-app-title" content="Brainie"><meta name="viewport" content="initial-scale=1 maximum-scale=1 user-scalable=0 minimal-ui"><link href="css/styleBrainie.css" rel="stylesheet" type="text/css"><style>#sg-loadscrn{    position:fixed; top:0;left:0;width:100%; height:100%; background-color:#fff; z-index:9999;}#sg-spinner{	position: absolute; width: 150px; height: 50px; top:50%; left:50%; margin-top:-25px; margin-left:-75px;	background-image: url('assets/sg-loader.gif');}#sg-spinner.no-img{    background: #ffffff;}#sg-loadtext{    position:absolute;    font-family: Helvetica, Arial, Verdana, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, sans-serif;    top:50%; left:50%;    width: 250px;    margin-left:-125px;    margin-top:-125px;    text-align:center;    line-height:150%;    font-size:16px;}</style><script type="text/javascript">            window.gameLangs = ['en'];            window.gameJS = ['js/phaser.min.js', 'js/brainie.min.js', 'js/game_texts.js'];            window.gameOnLoadScript = "startGame();";        </script><script type="text/javascript" src="assets/softgames-1.1.js"></script><script type="text/javascript" src="assets/sg.hooks.js"></script></head><body>    <div id="gameContainer"></div>    <div id="orientation"></div></body></html>
 |