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

13 lines
253 B
HTML
Raw Normal View History

2016-11-14 08:31:57 +01:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Two links</title>
</head>
<body>
<a href="/data/hello.txt" id="link">Hello</a>
<a href="/data/hello2.txt" id="link">Hello 2</a>
</body>
</html>