<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DERWALT Project Cost Estimator</title>
<style>
html,
body {
width: 100%;
height: 100%;
margin: 0;
background: #07100e;
}
iframe {
display: block;
width: 100%;
height: 100vh;
border: 0;
}
</style>
</head>
<body>
<iframe
src="https://derwalt-project-estimator.willemwalt.chatgpt.site"
title="DERWALT Project Cost Estimator"
allow="fullscreen"
></iframe>
</body>
</html>