Skip to content

Commit

Permalink
Update learning.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mountain658 authored Feb 14, 2024
1 parent 7a2b2b9 commit f9d706d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion learning.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<a href=".." style='font-size: 1.5rem;'>Back To Home Page</a>
<button onclick="openFullscreen('main')" style='font-size: 1.5rem;'>Fullscreen Mode</button>
<iframe style='height: calc(100vh - 1.5rem); width: calc(100vw - 2rem);' allow="fullscreen" allowfullscreen scrolling="no" frameborder="0" id="main" allowtransparency="true"
src="https://2754faeb-f49e-46af-abd3-aa0622a0bbfa.id.repl.co/g"></iframe>
src="g/evolution/index.html"></iframe>
<script src="fullScreen.js"></script>
<script src="load.js"></script>
<script>function focus() {document.getElementById('main').focus();}</script>
Expand Down

0 comments on commit f9d706d

Please sign in to comment.