You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hyper-set/views/room.html

46 lines
1.1 KiB

<!DOCTYPE html>
<html>
<head>
<title>Room - HyperSet</title>
<link rel='stylesheet' type='text/css' href='/styles/style.css' />
<link rel='stylesheet' type='text/css' href='/styles/room.css' />
</head>
<body>
<section>
<button>Orignal Set Game</button>
<span>OR</span>
<span>Card number to make a set</span>
<div id='card-param'>
<input type='checkbox' /> <span>3</span>
<input type='checkbox' /> <span>4</span>
<input type='checkbox' /> <span>5</span>
</div>
<span>Attributes to play with</span>
<div id='attributes-param'>
<input type='checkbox' /> <span>number</span>
<input type='checkbox' /> <span>color</span>
<input type='checkbox' /> <span>shape</span>
<input type='checkbox' /> <span>filling</span>
<input type='checkbox' /> <span>outline (c'est nul)</span>
</div>
</section>
<section>
<span>Game parameters</span>
<span>Private</span> <input type='checkbox' />
<span>JE SUIS UN SLIDER</span>
<span>HyperSet</span> <input type='checkbox' />
<button>START</button>
</section>
</body>
</html>