<html>
    <head>
        <title>a page that pops up an alert</title>
        <script>
            confirm("I'm a confirm dialog")
        </script>
    </head>
    <body>
        <h1>confirm</h1>
        <p>this is a page that pops up a confirm modal dialog</p>
    </body>
</html>