qutebrowser/tests/end2end/data/hints/link_blank.html
2016-08-18 16:25:58 +02:00

11 lines
229 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>A link to use hints on</title>
</head>
<body>
<a href="/data/hello.txt" target="_blank" id="link">Follow me!</a>
</body>
</html>