<!DOCTYPE html>
<html>
    <head>
        <title>External content tests</title>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <script>
            h2cOptions = {useCORS: true, proxy: null};
        </script>
        <script type="text/javascript" src="../../test.js"></script>
        <style>
            body {
                font-family: Arial;
            }
        </style>
    </head>
    <body>
        <h1>External image (CORS)</h1>
        <img src="http://localhost:8081/cors/tests/assets/image2.jpg" />
        <img src="http://localhost:8081/cors/tests/assets/image.svg" />
    </body>
</html>