16 lines
424 B
HTML
16 lines
424 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>External logo</title>
|
|
</head>
|
|
<body>
|
|
<p>
|
|
<b>NOTE:</> This should never be used in a test where
|
|
qutebrowser.org isn't blocked, as no network requests should be
|
|
made while running the testsuite.
|
|
</p>
|
|
<img src="https://qutebrowser.org/icons/qutebrowser.svg">
|
|
</body>
|
|
</html>
|