We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c783ee0 commit a87c6f1Copy full SHA for a87c6f1
drive-mad/gme.html
@@ -1,3 +1,17 @@
1
<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;">
2
Your browser doesn't support iframes
3
</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