merged html
This commit is contained in:
commit
8c448a0fa0
1 changed files with 3 additions and 11 deletions
14
index.html
14
index.html
|
@ -29,10 +29,6 @@
|
|||
cursor:pointer;
|
||||
}
|
||||
|
||||
#canvasCont {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#canvas {
|
||||
position: absolute;
|
||||
/*height:100%;
|
||||
|
@ -49,13 +45,9 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id = 'canvasCont'>
|
||||
<canvas id="canvas" width="100%" height="100%"></canvas>
|
||||
</div>
|
||||
<div id="leftTap" style="position: absolute; left: 0; top:0; height:100%; width:50%;"></div>
|
||||
<div id="rightTap" style="position: absolute; right: 0; top: 0; height:100%; width:50%;"></div>
|
||||
<div id='devtools' style='z-index:3;display:none;position:absolute;left:50%;width:400px;height:400px;top:50%;margin-top:-200px;margin-left:-200px;'>
|
||||
<h2 id = 'clickToExit' style = 'background-color:#fff;color:#000'>Click to exit</h2>
|
||||
<canvas id="canvas" width="100%" height="100%"></canvas>
|
||||
<div id='devtools' style='z-index:3;display:none;position:absolute;left:50%;width:400px;height:400px;top:50%;margin-top:-200px;margin-left:-200px;'>
|
||||
<h2 id = 'clickToExit' style = 'background-color:#fff;color:#000'>Click to exit</h2>
|
||||
<textarea id ='devtoolsText' style = 'height:300px;width:400px;'></textarea>
|
||||
</div>
|
||||
<script type = 'text/javascript' src="vendor/hammer.min.js"></script>
|
||||
|
|
Loading…
Reference in a new issue