Update index.php

This commit is contained in:
jakani24
2024-01-14 15:00:32 +01:00
parent 0bfa10cfc6
commit 7bf6c774dc

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="auto" frameborder="0"></iframe> <iframe src="example.com" class="iframe-bootstrap-styling"></iframe>
</div> </div>
</div> </div>
</div> </div>