1
0
mirror of https://github.com/kremalicious/kbdfun.git synced 2024-11-22 01:37:15 +01:00
kbdfun/index.html
Matthias Kretschmann bf80c3404f android keys, switch to compiled css
- load roboto on the site but comment it out by default to prevent site bloat
2012-07-16 13:08:34 +02:00

42 lines
855 B
HTML

<!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" />
</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>
<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>
<p><kbd class="android"></kbd></p>
</body>
</html>