Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Joercat authored Oct 30, 2024
1 parent ec0176d commit 3164cf4
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions rb/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<style>
.iframe-container {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}

.iframe-container iframe {
border: none;
width: 101%;
height: 101%;
max-width: 101%;
max-height: 101%;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
</style>
<div class="iframe-container">
<iframe src=https://thepizzaedition.github.io/assets/mainstorage/retrobowl.html"></iframe>
</div>

0 comments on commit 3164cf4

Please sign in to comment.