qutebrowser/tests/end2end/templates/https-script.html

12 lines
271 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>HTTPS script</title>
<script src="https://localhost:{{ port }}/data/prompt/script.js"></script>
</head>
<body>
<p id="text">Script not loaded.</p>
</body>
</html>