Update blog.blade.php

This commit is contained in:
Thomas G 2022-07-23 04:06:49 +10:00
parent 5725fd6127
commit 4d232a3ce2
1 changed files with 3 additions and 2 deletions

View File

@ -64,8 +64,9 @@
</div> </div>
</div> </div>
@yield('alert') @yield('alert')
<iframe src="https://archblox.blogspot.com" title="ARCHBLOX Blog" width="100%" height="100%" <iframe src="https://archblox.blogspot.com" title="ARCHBLOX Blog" width="100%" height="100%" style="border:none;" sandbox>
style="border:none;" sandbox></iframe> <base target="_parent">
</iframe>
</body> </body>
</html> </html>