Update index.php

This commit is contained in:
jakani24
2024-01-14 15:06:54 +01:00
parent 1dad7820e2
commit dd35caa40e

View File

@@ -60,7 +60,7 @@ $username="test";
<!-- main part, with iframe --> <!-- main part, with iframe -->
<div class="col-10" > <div class="col-10" >
<!-- iframe --> <!-- iframe -->
<iframe src="https://www.example.com" width="100%" height="100%" frameborder="0"></iframe> <iframe src="https://www.example.com" width="100%" height="100%" frameborder="0" style="overflow:hidden"></iframe>
</div> </div>
</div> </div>
</div> </div>