qutebrowser/tests/end2end/data/hints/html/with_spaces.html
2016-06-09 08:36:18 +02:00

15 lines
227 B
HTML

<!DOCTYPE html>
<!-- target: hello.txt -->
<html>
<head>
<meta charset="utf-8">
<title>Simple link</title>
</head>
<body>
<a href="
/data/hello.txt">Follow me!</a>
</body>
</html>