Update index.php

This commit is contained in:
jakani24
2024-01-14 15:12:33 +01:00
parent 5562e9965c
commit 7d2e38e08c

View File

@@ -66,7 +66,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" style="overflow:hidden"></iframe> <iframe src="<?php echo($page); ?>" width="100%" height="1000px" frameborder="0" style="overflow:hidden"></iframe>
</div> </div>
</div> </div>
</div> </div>