Skip to content

Commit

Permalink
Update volleyrandom.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mountain658 committed Mar 19, 2024
1 parent bc627c1 commit 4ab8bff
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions volleyrandom.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
<html>
<head>
<title>Volley Random</title>
<link rel="shortcut icon" href="volleyrandom.png"/>
<script src='/everypage.js'></script>
<link rel="shortcut icon" href="volleyrandom.png">
<script src="everypage.js"></script>
</head>
<body onload='focus()'>
<a href=".." style='font-size: 1.5rem;'>Back To Home Page</a>
<button onclick="openFullscreen('518929564')" style='font-size: 1.5rem;'>Fullscreen Mode</button>
<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://03687aa6-113f-4ceb-885b-f0568b7fc3fa.id.repl.co/"></iframe>
src="g/volleyrandom/index.html"></iframe>
<script src="fullScreen.js"></script>
<script src="load.js"></script>
<script>function focus() {document.getElementById('518929564').focus();}</script>
<script>function focus() {document.getElementById('main').focus();}</script>
</body>
</html>
</html>

0 comments on commit 4ab8bff

Please sign in to comment.