<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DCAP Web Test Suite</title>
<style>
body { font-family: monospace; padding: 20px; }
.pass { color: green; }
.fail { color: red; }
#results { margin-top: 20px; }
.test-result { padding: 5px; border-bottom: 1px solid #ccc; }
</style>
</head>
<body>
<h1>DCAP Web Verification Test Suite</h1>
<div id="status">Loading...</div>
<div id="results"></div>
<script type="module" src="./verify_quote_web_test.js"></script>
</body>
</html>