summaryrefslogtreecommitdiff
path: root/tests/end2end/templates/https-iframe.html
blob: 5abe7ae91336cc9b951d0ec4c17d04fe7bb55b5e (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title>HTTPS iframe</title>
    </head>
    <body>
        <iframe src="https://localhost:{{ port }}/"></iframe>
    </body>
</html>