Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
stennen authored Apr 11, 2024
1 parent e6ea9f3 commit c3a4a5e
Showing 1 changed file with 87 additions and 0 deletions.
87 changes: 87 additions & 0 deletions fruit-merge/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@

<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MY0THGFRYS"></script>
<title>Fruit Merge Unblocked - Sten Unblocked</title>
<link rel="icon" href="../stennerela.jpg">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3798877607103818" crossorigin="anonymous"></script>
<meta charset="UTF-8">
<meta name="description" content="Merge Fruit is a fruit-matching game inspired by a famous Japanese game. Combine, conquer, and cultivate your fruity empire in this thrilling gaming adventure.">
<meta name="keywords" content="merge fruit, sten unblocked, fruit merge unblocked, merge fruit unblocked, sten unblocked fruit merge, fruit merge, fruit merge game, unblocked games, unblocked games 66, unblocked games school, unblocked games wtf, unblocked games premium, unblocked games sten">
<meta name="author" content="Sten">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<style>
html, body {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
}
center {
position: absolute;
top: 0;
width:100%;
height:100%;
}
iframe {
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%);
padding: 0;
margin: 0;
border: none;
width: 50%;
height: 80%;
z-index: 1;
user-select: none;
}
.fullScreen {
padding: 0;
margin: 0;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
transform: none;
z-index:9999;
}
.scrollbar-hidden::-webkit-scrollbar {
display: none;
}

html {
overflow: scroll;
overflow-x: hidden;
}
::-webkit-scrollbar {
width: 0; /* Remove scrollbar space */
background: transparent; /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
background: #FF0000;
}
div {
margin: 8px 8px 8px 8px;
}
h3{
z-index:52;
}
</style>
</head>
<iframe src="./fruit-merge/frame.html" id="frame"></iframe>
<div>
<h3 style="font-size:20px;font-family:Arial;"><a href="../index.html">Sten Unblocked</a></h3>
<h3 style="font-size:20px;font-family:Arial;"><a id="likes" href="#" onclick="like()">Loading likes...</a></h3></div>
<script>
var game = "/fruit-merge/";
</script>
<script src="../stenunblockedmain.js"></script>
<script src="../fullscreen.js"></script>
</body>
</html>

0 comments on commit c3a4a5e

Please sign in to comment.