<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Banner Preview</title>
<style>
body { display:flex; justify-content:center; align-items:center; height:100vh; background:#f0f0f0; }
iframe { border:none; width:300px; height:250px; }
</style>
</head>
<body>
<iframe src="banner/index.html"></iframe>
</body>
</html>
2
1
1KB
1KB
90.0ms
108.0ms
178.0ms