1
0
mirror of https://github.com/kremalicious/kbdfun.git synced 2024-11-22 01:37:15 +01:00
kbdfun/index.html

42 lines
855 B
HTML
Raw Normal View History

2012-07-15 05:27:36 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="assets/css/site.css" />
2012-07-15 05:27:36 +02:00
</head>
<body>
<p>Please press the <kbd>Q</kbd> key</p>
<p><kbd></kbd></p>
<hr />
<p>Please press the <kbd class="dark">Q</kbd> key</p>
<p><kbd class="dark"></kbd></p>
2012-07-16 12:26:28 +02:00
<hr />
<p>Please press the <kbd class="ios">Q</kbd> key</p>
<p><kbd class="ios"></kbd></p>
<hr />
<p>Please press the <kbd class="android">Q</kbd> key</p>
<p>Please press the <kbd class="android">d</kbd> key</p>
<p>Please press the <kbd class="android dark">d</kbd> key</p>
<p>Please press the <kbd class="android color">d</kbd> key</p>
2012-07-16 12:26:28 +02:00
<p><kbd class="android"></kbd></p>
2012-07-15 05:27:36 +02:00
</body>
</html>