pngs/censor.html

59 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>███ interface</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script type="text/javascript" src="jquery-1.4.2.js" defer></script>
<script type="text/javascript" src="censor.js" defer></script>
<style>
body {
font-size: 180%;
}
.image {
background-color: #ccc;
border-radius: 4px;
}
.image p {
float: right;
text-align: right;
}
.image img {
max-width: 30%;
}
.image .accept {
font-size: 150%;
color: #007f00;
}
.image .reject {
font-size: 150%;
color: #7f0000;
}
.image .postpone {
font-size: 125%;
color: #7f7f00;
}
</style>
</head>
<body>
<h1>Frontend keys</h1>
<dl>
<dt>Player select</dt>
<dd>a b c (Buzzers)</dd>
<dt>Answers</dt>
<dd>1 2 3 4</dd>
<dt>Confirm answer</dt>
<dd>\n</dd>
<dt>Switch to scoreboard</dt>
<dd>Space</dd>
<dt>Jokers</dt>
<dd><b>F</b>iftyfifty (Wikipedia)</dd>
<dd><b>N</b>edap (Poll)</dd>
<dd><b>I</b>RC</dd>
<dd><b>S</b>hift, then a b c for player</dd>
<dd><b>M</b>orse</dd>
<dd><b>L</b>eak</dd>
<dd><b>G</b>if (Nedap backend)</dd>
<h1>GIF joker</h1>
</body>
</html>