qutebrowser/tests/end2end/data/hints/custom_group.html
2018-07-04 23:52:28 +02:00

12 lines
225 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Custom hint groups</title>
</head>
<body>
<div class="clickable" onclick="console.log('beep!')">beep!</div>
</body>
</html>