qutebrowser/tests/end2end/data/hints/custom_group.html

12 lines
225 B
HTML
Raw Normal View History

2018-05-04 19:29:02 +02:00
<!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>