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

11 lines
257 B
HTML
Raw Normal View History

2016-03-31 09:36:13 +02:00
<!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"><span style="font-size: large">Follow me!</span></a>
</body>
</html>