fedi/index.html

29 lines
1.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>У вас всегда есть выбор!</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/carousel.css">
</head>
<body>
<div id="page">
<form>
<input type="radio" name="fancy" autofocus value="clubs" id="clubs" />
<input type="radio" name="fancy" value="hearts" id="hearts" />
<input type="radio" name="fancy" value="spades" id="spades" />
<input type="radio" name="fancy" value="diamonds" id="diamonds" />
<label for="clubs">&#9827; Clubs</label><label for="hearts">&#9829; Hearts</label><label for="spades">&#9824; Spades</label><label for="diamonds">&#9830; Diamonds</label>
<div class="keys">Use left and right keys to navigate</div>
</form>
</div>
</body>
</html>