Skip to content

Commit

Permalink
Update motox3mpool.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mountain658 committed Mar 20, 2024
1 parent 9d79cb4 commit e339f5b
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions motox3mpool.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<title>Moto X3M Pool Party</title>
<script src='../everypage.js'></script>
<link rel="shortcut icon" type="image/jpg"
href="motox3mpool.png"/>
</head>
<head>
<title>Moto X3M Pool Party</title>
<link rel="shortcut icon" href="motox3mpool.png">
<script src="everypage.js"></script>
</head>
<body onload='focus()'>
<script src="load.js"></script>
<a href="/" style='font-size: 2vw;'>Back To Home Page</a>
<button onclick="openFullscreen('518929564')" style='font-size: 2vw;'>Fullscreen Mode</button>
<iframe style='height: 95vh; width: 95vw;' scrolling="no" frameborder="0" id="518929564" allowtransparency="true"
src="https://745fb5c5-a9c6-42cd-8d83-412e29113a68.id.repl.co/moto-x3m-pool-party/index.html"></iframe>
<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="g/motox3mpool/poolparty.html"></iframe>
<script src="fullScreen.js"></script>
<script>
function focus() {document.getElementById('518929564').focus();}
</script>
<script src="load.js"></script>
<script>function focus() {document.getElementById('main').focus();}</script>
</body>
</html>

0 comments on commit e339f5b

Please sign in to comment.