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

14 lines
231 B
HTML

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