qutebrowser/tests/integration/data/hints/link.html

11 lines
203 B
HTML
Raw Normal View History

2015-11-09 18:17:13 +01:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>A link to use hints on</title>
</head>
<body>
<a href="/data/hello.txt">Follow me!</a>
</body>
</html>