28 lines
1.1 KiB
HTML
28 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Webtris</title>
|
|
<link rel="stylesheet" type="text/css" href="css/index.css" />
|
|
</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>
|
|
<button type="submit" class="play">PLAY</button>
|
|
</div>
|
|
</form>
|
|
</body>
|
|
</html> |