qutebrowser/tests/end2end/data/hints/short_dict.html
2016-08-11 20:41:02 +02:00

14 lines
265 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Many links</title>
</head>
<body>
<a href="/data/hello.txt">1</a>
<a href="/data/hello2.txt">2</a>
<a href="/data/hello3.txt">3</a>
</body>
</html>