Skip to content

Commit

Permalink
adsdas
Browse files Browse the repository at this point in the history
  • Loading branch information
enterheadlines authored Aug 31, 2024
1 parent e21a29b commit 8688f53
Show file tree
Hide file tree
Showing 6 changed files with 189 additions and 172 deletions.
2 changes: 1 addition & 1 deletion app/helicopter.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

<br>

<center><header><h1>Geometry Dash</h1></header></center>
<center><header><h1>Helicopter</h1></header></center>

<iframe src="https://entertopia-assets.vercel.app/helicopter/index.html" id="iframe" name="iframe" sandbox="allow-same-origin allow-scripts allow-pointer-lock allow-forms" allowfullscreen></iframe>
<br>
Expand Down
2 changes: 1 addition & 1 deletion app/hexgl.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

<center><header><h1>HexGL</h1></header></center>

<iframe src="https://entertopia-assets.vercel.app/hexgl/index.html" id="iframe" name="iframe" sandbox="allow-same-origin allow-scripts allow-pointer-lock allow-forms" allowfullscreen></iframe>
<iframe src="https://entertopia-assets.vercel.app/hexGL/index.html" id="iframe" name="iframe" sandbox="allow-same-origin allow-scripts allow-pointer-lock allow-forms" allowfullscreen></iframe>
<br>
<br>
<center>
Expand Down
2 changes: 1 addition & 1 deletion app/offline-paradise.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

<center><header><h1>Offline Paradise</h1></header></center>

<iframe src="https://entertopia-assets.vercel.appo/offline-paradise/index.html" id="iframe" name="iframe" sandbox="allow-same-origin allow-scripts allow-pointer-lock allow-forms" allowfullscreen></iframe>
<iframe src="https://entertopia-assets.vercel.app/offline-paradise/index.html" id="iframe" name="iframe" sandbox="allow-same-origin allow-scripts allow-pointer-lock allow-forms" allowfullscreen></iframe>
<br>
<br>
<center>
Expand Down
2 changes: 1 addition & 1 deletion app/radiusraid.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

<center><header><h1>Radius Raid</h1></header></center>

<iframe src="https://entertopia-assets.vercel.app/radius-raid/index.html" id="iframe" name="iframe" sandbox="allow-same-origin allow-scripts allow-pointer-lock allow-forms" allowfullscreen></iframe>
<iframe src="https://entertopia-assets.vercel.app/radiusraid/index.html" id="iframe" name="iframe" sandbox="allow-same-origin allow-scripts allow-pointer-lock allow-forms" allowfullscreen></iframe>
<br>
<br>
<center>
Expand Down
3 changes: 2 additions & 1 deletion dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@
padding: 20px;
margin-bottom: 20px;
margin-top: 20px;
margin-left: 20px;
}
.roww{
flex-wrap: wrap;
display: flex;
margin: 2px;
display:inline-block
}
</style>
<!-- Google tag (gtag.js) -->
Expand Down
Loading

0 comments on commit 8688f53

Please sign in to comment.