Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<script src="utils.js"></script>
<body>
<script>
(async function() {
const [navigate_key] = parseKeylist();
writeValueToServer(navigate_key, 'success');
})();
</script>
</body>