Skip to content

Commit 6ea64df

Browse files
authored
Create wham.html
1 parent 52d2875 commit 6ea64df

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

wham.html

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Auto Click</title>
7+
<script type="text/javascript">
8+
function openAtlas() {
9+
var newTab = window.open('about:blank');
10+
if (newTab) {
11+
newTab.document.write('<head><title>Classroom</title><link rel=\'icon\' type=\'image/png\' href=\'gc.png\'></head><embed allowfullscreen=\'true\' src=\'https://thepegleg.github.io/asdjklhfskjafhakfhueoyraehfjkcnjkdscnsjakdreuoiwefh/index.html\' style=\'position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none;\'>');
12+
} else {
13+
alert('Popup blocker prevented opening the new tab. Please allow popups for this site and try again.');
14+
}
15+
}
16+
17+
// Automatically trigger the function when the page loads
18+
window.onload = function() {
19+
openAtlas();
20+
};
21+
</script>
22+
</head>
23+
<body>
24+
</body>
25+
</html>

0 commit comments

Comments
 (0)