blob: d676d355f38ef5164e1a6128e8e618c95d0fa730 [file] [log] [blame]
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>User Actions Debug Page</title>
<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<link rel="stylesheet" href="user_actions.css">
<script src="chrome://resources/js/cr.js"></script>
<script src="chrome://resources/js/util.js"></script>
<script src="user_actions.js"></script>
</head>
<body>
<p>
Listening for user actions...
</p>
<table id="user-actions-table">
<thead><th>User Action</th><th>Timestamp (sec.)</th></thead>
</table>
</body>
</html>