File tree 1 file changed +25
-0
lines changed
1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments