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

15 lines
293 B
HTML
Raw Normal View History

2016-08-24 17:39:52 +02:00
<!DOCTYPE html>
<!-- target: hello.txt -->
<html>
<head>
<meta charset="utf-8">
<title>Simple links</title>
</head>
<body>
<a href="/data/hello.txt" id="link">First link</a>
<a href="/data/hello2.txt" id="link">Second link</a>
</body>
</html>