Skip to content

Commit

Permalink
fix iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
22mahmoud committed Oct 15, 2023
1 parent 6f3d0b6 commit 94f746f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,9 @@
</header>

<main>
<embed type="text/html" src="https://standwithpalestine.vercel.app/banner.html" width="100%">
<iframe scrolling="no" frameborder="0" id="standswithpalestine" width="100%"
src="https://standwithpalestine.vercel.app/banner.html"></iframe>
<script src="https://standwithpalestine.vercel.app/banner.js"></script>

$for(include-before)$ $include-before$ $endfor$

Expand Down

0 comments on commit 94f746f

Please sign in to comment.