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]-->
|
|
|
|
|
2012-07-16 13:08:34 +02:00
|
|
|
<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>
|
2012-07-16 13:08:34 +02:00
|
|
|
<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>
|