Skip to content

Commit a87c6f1

Browse files
authoredFeb 14, 2024
Update gme.html
1 parent c783ee0 commit a87c6f1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
 

‎drive-mad/gme.html

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
11
<iframe src="g/index.html" style="position:fixed; top:0; left:0; bottom:0; right:0; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;">
22
Your browser doesn't support iframes
33
</iframe>
4+
<style>
5+
#redirect {
6+
position: fixed;
7+
bottom: 10px;
8+
left: 10px;
9+
}
10+
</style>
11+
<button id="redirect" onclick="goToHomePage()"><image src="/img/DAC96524-23D1-4D33-B8DF-343E62276EB4.png" class="button1" style="width: 75px; height: 75px;" ></image></button>
12+
13+
<script>
14+
function goToHomePage() {
15+
window.location.href = '//' + window.location.hostname;
16+
}
17+
</script>

0 commit comments

Comments
 (0)
Please sign in to comment.