<!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 type="module" 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>