Skip to content

Commit

Permalink
Update t-rex.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mountain658 committed Mar 20, 2024
1 parent f557c9f commit d10d887
Showing 1 changed file with 12 additions and 17 deletions.
29 changes: 12 additions & 17 deletions t-rex-game/t-rex.html
Original file line number Diff line number Diff line change
@@ -1,22 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<title>T-Rex Game</title>
<script src='/everypage.js'></script>
<link rel="shortcut icon"
type="image/jpg" href="t-rex.jpeg"
/>
</head>
<body>
<script src="load.js"></script>
<a href="https://mountain-game.human456.repl.co"
style="position:absolute;width;50px;height: 50px;left:20px;top: 50px;" >Back To Home Page</a>
<iframe title="Include gadget (iframe)" width="960" height="640"scrolling="no" frameborder="0" id="518929564" name="518929564" allowtransparency="true" class="igm" src="zRex.html"></iframe>

<head>
<title>T-Rex Game</title>
<link rel="shortcut icon" href="t-rex.jpeg">
<script src="../everypage.js"></script>
</head>
<body onload='focus()'>
<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/chrome-dino/index.html"></iframe>
<script src="fullScreen.js"></script>
<button onclick="openFullscreen('518929564')">Fullscreen Mode</button>


<script src="load.js"></script>
<script>function focus() {document.getElementById('main').focus();}</script>
</body>

</html>

0 comments on commit d10d887

Please sign in to comment.