<?php include '../config.php' ?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Delayed keypress event</title>
<?php include DOCROOT.'header.php' ?>
<script src="script.js"></script>
</head>
<body>
<h1>Delayed keypress event</h1>
<p><textarea id="input" rows="5" cols="40" style="width:100%"></textarea></p>
<p><strong>Key press counter:</strong> <output id="output"></output></p>
<?php $article = 1935; include DOCROOT.'footer.php'; ?>
</body>
</html>