2013-07-21 17:11:41 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title><?= t('Help') ?></title>
|
|
|
|
<link href="<?= Helper\css() ?>" rel="stylesheet" media="screen">
|
|
|
|
<script type="text/javascript" src="assets/js/popup.js?version=<?= filemtime('assets/js/popup.js') ?>" defer></script>
|
|
|
|
</head>
|
|
|
|
<body id="help-page">
|
|
|
|
<section class="page">
|
|
|
|
<div class="page-header">
|
|
|
|
<h2><?= t('Help') ?></h2>
|
|
|
|
</div>
|
|
|
|
<section>
|
2014-03-17 02:56:43 +01:00
|
|
|
<?= \PicoFarad\Template\load('keyboard_shortcuts') ?>
|
2013-07-21 17:11:41 +02:00
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
</body>
|
|
|
|
</html>
|