the meta tag
This commit is contained in:
parent
c5f8bfc216
commit
92af3b1e56
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
<!-- HackExeter -->
|
||||
<meta name="viewport" content="initial-scale = 1.0,maximum-scale = 1.0" />
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
|
@ -22,8 +23,8 @@
|
|||
<span id="score">0 (x1)</span>
|
||||
</div>
|
||||
<canvas id="canvas" width = '700' height = '700' style='background-color:#2c3e50; position:absolute;left:50%;margin-left:-350px'></canvas>
|
||||
<div id="leftTap" style="position:absolute; left:0; top:0; height:100%;width:50%"></div>
|
||||
<div id="rightTap" style="position:absolute; left:50%; top:0; height:100%;width:50%"></div>
|
||||
<div id="leftTap" style="position:absolute; left:0; top:0; height:400%;width:50%"></div>
|
||||
<div id="rightTap" style="position:absolute; left:50%; top:0; height:400%;width:50%"></div>
|
||||
|
||||
|
||||
<script src="math.js"></script>
|
||||
|
|
Loading…
Reference in a new issue