index change key
This commit is contained in:
14
index.html
14
index.html
@ -4,23 +4,13 @@
|
||||
<meta charset="utf-8" />
|
||||
<title>Webtris</title>
|
||||
<link rel="stylesheet" type="text/css" href="css/index.css" />
|
||||
<script type="text/javascript" src="js/index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>WEBTRIS</h1>
|
||||
<form action="webtris.html" method="post">
|
||||
<div class="actions">
|
||||
<div>GAUCHE</div><button type="button">ArrowLeft</button>
|
||||
<div>DROITE</div><button type="button">ArrowRight</button>
|
||||
<div>CHUTE LENTE</div><button type="button">ArrowDown</button>
|
||||
<div>CHUTE RAPIDE</div><button type="button">Space</button>
|
||||
<div>ROTATION HORAIRE</div><button type="button">ArrowUp</button>
|
||||
<div>ROTATION INVERSE</div><button type="button">z</button>
|
||||
<div>GARDE</div><button type="button">c</button>
|
||||
<div>PAUSE</div><button type="button">Escape</button>
|
||||
<div class="cookie">
|
||||
<input type="checkbox" id="cookie" name="cookie">
|
||||
<label for="cookie">Utiliser un cookie pour enregistrer les préférences sur cet ordinateur ?</label>
|
||||
</div>
|
||||
<script>loadButtons()</script>
|
||||
<button type="submit" class="play">PLAY</button>
|
||||
</div>
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user