-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html.bak
170 lines (144 loc) · 6.17 KB
/
index.html.bak
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Classroom 15x </title>
<link rel="icon" type="image/png" href="./Assests/Imgs/Logo.png">
<link rel="stylesheet" type="text/css" href="./Assests/CSS/main.css?v1">
<link rel="stylesheet" type="text/css" href="https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css">
</head>
<body class="default">
<div id="preroll"></div>
<script>
function getScript(src) {
var headElm = document.head || document.getElementsByTagName('head')[0];
var script = document.createElement("script");
var once = true;
script.async = "async";
script.type = "text/javascript";
script.charset = "UTF-8";
script.src = src;
script.onload = script.onreadystatechange = function() {
if (once && (!script.readyState || /loaded|complete/.test(script.readyState))) {
once = false;
script.onload = script.onreadystatechange = null;
console.log("okeey");
}
};
headElm.appendChild(script);
}
getScript("https://api.adinplay.com/libs/aiptag/pub/AGO/agar.surf/tag.min.js");
window.aiptag = window.aiptag || {cmd: []};
aiptag.cmd.display = aiptag.cmd.display || [];
aiptag.cmd.player = aiptag.cmd.player || [];
//CMP tool settings
aiptag.cmp = {
show: true,
position: "centered", //centered, bottom
button: true,
buttonText: "Privacy settings",
buttonPosition: "bottom-left" //bottom-left, bottom-right, top-left, top-right
}
aiptag.cmd.player.push(function() {
aiptag.adplayer = new aipPlayer({
AD_WIDTH: 960,
AD_HEIGHT: 540,
AD_DISPLAY: 'center', //default, fullscreen, center, fill
LOADING_TEXT: 'loading advertisement',
PREROLL_ELEM: function(){return document.getElementById('preroll')},
AIP_COMPLETE: function (evt){
//skip_play();
},
AIP_REMOVE: function () {
// Here it's safe to remove the PREROLL_ELEM from the page if you want. But it's not recommend.
}
});
});
function show_preroll() {
if (typeof aiptag.adplayer !== 'undefined') {
aiptag.cmd.player.push(function() { aiptag.adplayer.startPreRoll(); });
} else {
//skip_play();
}
}
</script>
<nav class="Navigation hideAfterFullscreen">
<div class="Navigation-Container">
<a class="Navigation-Image" href="./"><img src="./Assests/Imgs/Logo.png"></img></a>
<ul>
<li class="Navigation-Button"><a href="./"><i class="las la-home"></i><p>Home</p></a></li>
<li class="Navigation-Button"><a href="./e.html"><i class="las la-hourglass-half"></i><p>Emulator</p></a></li>
<li class="Navigation-Button"><a href="./settings.html"><i class="las la-cog"></i><p>Settings</p></a></li>
<li class="Navigation-Button"><a href="https://quiz-76.guru/" target="_blank"><p>👌NEW CLASS</p></a></li>
<li class="Navigation-Button"><a href="https://lesson-76.guru/" target="_blank"><p>👌NEW CLASS 2</p></a></li>
<ul>
</div>
</nav>
<div class="Projects-Frame hidden">
<div class="Projects-FrameBar">
<i id="close" class="las la-times-circle"></i>
<i id="fullscreen" class="las la-expand"></i>
<i id="link" class="las la-link"></i>
</div>
<iframe class="Projects-IFrame" src=""></iframe>
</div>
<div class="hideAfterFullscreen">
<center>
<h1 style="margin-top: 25px; color: var(--text-color1)">Classroom 15x</h1>
<br>
<div id='agar-surf_970x250'>
<script type='text/javascript'>
aiptag.cmd.display.push(function() { aipDisplayTag.display('agar-surf_970x250'); });
</script>
</div> </center>
<hr>
<center style="padding: 2em 0 0 0">
<input type="text" class="Settings-TextInput" id="GameSearchBar" placeholder="Search For Project">
</center>
</div>
<div class="Projects-Container hideAfterFullscreen">
</div>
<div class="Projects-Container hideAfterFullscreen">
<footer class="footer">
<p>The American secondary school object lesson is a teaching method that emphasizes the use of tangible objects to illustrate abstract concepts. Dating back to the late 19th century, this educational approach aimed to make learning more engaging and practical for students.</p>
<p>In object lessons, teachers would bring everyday items like rocks, plants, or tools into the classroom to demonstrate scientific principles, mathematical concepts, or moral lessons. For example, a teacher might use a plant to explain the life cycle or a rock to demonstrate the properties of minerals.</p>
<p>This hands-on approach to learning was believed to be more effective than traditional rote memorization, as it encouraged students to explore and discover knowledge for themselves. Object lessons were also thought to promote critical thinking and problem-solving skills, as students were required to observe, analyze, and draw conclusions from the objects presented to them.</p>
<p>While the use of object lessons has declined in modern American schools, some educators still incorporate this method into their teaching practices, recognizing its value in making learning more interactive and memorable for students.</p>
</footer>
</div>
<script src="./Assests/JS/aboutblank.js"></script>
<script src="./Assests/JS/options.js?s"></script>
<script src="./Assests/JS/g.js?v4gs"></script>
<style>
.footer {
background-color: black;
color: white;
text-align: center;
padding-block: 15px;
line-height: 28px;
font-size: 15px;
margin-left: 30px;
margin-right: 30px;
}
.footer a {
color: white;
text-decoration: none;
background-color: black;
transition: color 0.15s ease;
}
.footer a:hover {
color: rgb(225, 139, 9);
text-decoration: underline;
}
</style>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SVS4ZRJ11D"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-SVS4ZRJ11D');
</script>
</body>
</html>