-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdmca.html
More file actions
350 lines (248 loc) · 16.8 KB
/
dmca.html
File metadata and controls
350 lines (248 loc) · 16.8 KB
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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<meta http-equiv="content-language" content="en">
<meta name="external" content="true">
<meta name="distribution" content="Global">
<meta http-equiv="audience" content="General">
<title>Super Mario 64 Github</title>
<meta name="description" content="dmca.">
<link rel="stylesheet" type="text/css" href="rs/css/all.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@500;600;700&display=swap" rel="stylesheet">
<style>
/* Reset */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: Arial, sans-serif;
background: #f5f5f5;
}
/* */
.navbar {
background: #222;
padding: 10px 65px;
}
.menu {
list-style: none;
display: flex;
gap: 20px;
}
.menu > li {
position: relative; /* */
}
.menu > li > a {
color: #fff;
text-decoration: none;
padding: 8px 12px;
display: block;
font-size: 14px;
}
.menu > li > a:hover {
background: #444;
border-radius: 4px;
}
/* Submenu */
.submenu {
list-style: none;
position: absolute;
top: 100%; /* item*/
left: 0;
min-width: 160px;
background: #fff;
padding: 8px 0;
border-radius: 4px;
box-shadow: 0 4px 10px rgba(0,0,0,0.15);
/* hide */
opacity: 0;
visibility: hidden;
transform: translateY(10px);
transition: all 0.2s ease;
z-index: 10;
}
.submenu li a {
display: block;
padding: 8px 12px;
color: #333;
text-decoration: none;
font-size: 13px;
white-space: nowrap;
}
.submenu li a:hover {
background: #f0f0f0;
}
/* hover */
.menu > li:hover .submenu {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
</style>
</head>
<body><!--MENU-->
<header id="header">
<div class="container">
<div class="row">
<div class="p-r d-flex sp al header-bar">
<div class="bar-logo">
<a class="logo-text" href="/">Super Mario 64 Github</a>
</div>
<div style="cursor:pointer;" onclick="location.href='/'">
</div>
<center>
<strong class="vibrate-warning nomobile" style="padding-top: 27px;" >PRESS CTRL+Q TO HIDE YOUR SCREEN</strong>
</center>
<style>
.vibrate-warning {
animation: vibrate 0.4s infinite;
display: inline-block;
}
@keyframes vibrate {
0% { transform: translate(0); }
20% { transform: translate(-1px, 1px); }
40% { transform: translate(-1px, -1px); }
60% { transform: translate(1px, 1px); }
80% { transform: translate(1px, -1px); }
100% { transform: translate(0); }
}
</style>
<nav class="navbar">
<ul class="menu">
<li><a href="/classroom/new.html">New</a></li>
<li><a href="/classroom/popular.html">Hot</a></li>
<li><a href="/classroom/driving.html">Driving</a></li>
<li>
<a href="#">More</a>
<ul class="submenu">
<li><a href="/classroom/shooting.html">Shooting</a></li>
<li><a href="/classroom/car.html">Car</a></li>
<li><a href="/classroom/racing.html">Racing</a></li>
<li><a href="/classroom/sports.html">Sports</a></li>
<li><a href="/classroom/multiplayer.html">Multiplayer</a></li>
<li><a href="/classroom/2-player.html">2 Player</a></li>
<li><a href="/classroom/skill.html">Skill</a></li>
<li><a href="/classroom/running.html">Running</a></li>
<li><a href="/classroom/moto.html">Moto</a></li>
<li><a href="/classroom/adventure.html">Adventure</a></li>
<li><a href="/classroom/3d.html">3D</a></li>
<li><a href="/classroom/puzzle.html">Puzzle</a></li>
<li><a href="/classroom/simulation.html">Simulation</a></li>
<li><a href="/classroom/management.html">Management</a></li>
<li><a href="/classroom/survival.html">Survival</a></li>
<li><a href="/classroom/strategy.html">Strategy</a></li>
<li><a href="/classroom/girls.html">For Girls</a></li>
<li><a href="/classroom/animal.html">Animal</a></li>
<li><a href="/classroom/action.html">Action</a></li>
</ul>
</nav>
<div class="center-box merge_icon icon-menu-mobile">
<svg fill="#555" height="24" viewBox="0 -21 384 384" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="m362.667969 0h-341.335938c-11.753906 0-21.332031 9.578125-21.332031 21.332031v42.667969c0 11.753906 9.578125 21.332031 21.332031 21.332031h341.335938c11.753906 0 21.332031-9.578125 21.332031-21.332031v-42.667969c0-11.753906-9.578125-21.332031-21.332031-21.332031zm0 0">
</path>
<path d="m362.667969 128h-341.335938c-11.753906 0-21.332031 9.578125-21.332031 21.332031v42.667969c0 11.753906 9.578125 21.332031 21.332031 21.332031h341.335938c11.753906 0 21.332031-9.578125 21.332031-21.332031v-42.667969c0-11.753906-9.578125-21.332031-21.332031-21.332031zm0 0">
</path>
<path d="m362.667969 256h-341.335938c-11.753906 0-21.332031 9.578125-21.332031 21.332031v42.667969c0 11.753906 9.578125 21.332031 21.332031 21.332031h341.335938c11.753906 0 21.332031-9.578125 21.332031-21.332031v-42.667969c0-11.753906-9.578125-21.332031-21.332031-21.332031zm0 0">
</path>
</svg>
</div>
</div>
</div>
</div>
<!--Mobil MENU-->
<!--END Mobile menu-->
</header>
<!--END MENU--><!--GAME PLAY-->
<div id="game-page" class="main">
<div class="container">
<div class="row-flex">
<div class="main-flex">
<br/>
<div class="row"> <!-- H2 -->
<div class="frame-box-game">
<div class="text-area">
<div class="text-area--content">
<h1>DMCA</h1>
<div class="row"> <!-- others -->
<div class="w-full h-full flex flex-col justify-center items-center py-20 gap-y-10 px-5">
<div class="flex flex-col w-full max-w-7xl">
<h2 class="text-base md:text-lg 2xl:text-xl font-semibold tracking-tight italic">Last Updated:
<!-- -->
August 18, 2025</h2>
<p class="pb-4">Super Mario 64 Github
<!-- -->
(the "Site ") respects the intellectual property rights of others and expects its users to do the same. In accordance with the Digital Millennium Copyright Act of 1998, the text of which may be found on the U.S. Copyright Office website at http://www.copyright.gov/legislation/dmca.pdf, and specifically in accordance with 17 USC § 512(c)(3),
<!-- -->
Super Mario 64 Github
<!-- -->
will respond expeditiously to claims of copyright infringement committed using the
<!-- -->
Super Mario 64 Github
<!-- -->
service and/or any
<!-- -->
<!-- -->
Super Mario 64 Github
<!-- -->
website (the "Site ") if such claims are reported to
<!-- -->
Super Mario 64 Github
<!-- -->
's Designated Email identified below.</p>
<h1 class="text-lg md:text-xl 2xl:text-2xl font-semibold tracking-tight">DMCA Notice of Alleged Infringement ("Notice ")</h1>
<p class="pb-4">If you are a copyright owner, authorized to act on behalf of one, or authorized to act under any exclusive right under copyright, please report alleged copyright infringements taking place on or through the Site by completing a DMCA Notice of Alleged Infringement and delivering it to
<!-- -->
Super Mario 64 Github
<!-- -->
's Designated Email. Upon receipt of Notice as described below,
<!-- -->
<!-- -->
Super Mario 64 Github
<!-- -->
will take whatever action, in its sole discretion, it deems appropriate, including removal of the challenged content from the Site. Please note that if you fail to comply with all of the requirements of this section and of 17 USC § 512(c)(3) your DMCA notice may not be valid.</p>
<ul class="list-disc list-inside">
<li>Identify the copyrighted work that you claim has been infringed, or - if multiple copyrighted works are covered by your Notice - you may provide a representative list of the copyrighted works that you claim have been infringed.</li>
<li>Identify the material or link you claim is infringing (or the subject of infringing activity) and to which access is to be disabled, including at a minimum, if applicable, the URL of the link shown on the Site or the exact location where such material may be found.</li>
<li>Provide your company affiliation (if applicable), mailing address, telephone number, and, if available, email address.</li>
<li>Include both of the following statements in the body of the Notice:</li>
<ul class="list-disc list-inside pl-6">
<li>"I hereby state that I have a good faith belief that the disputed use of the copyrighted material is not authorized by the copyright owner, its agent, or the law (e.g., as a fair use)."</li>
<li>"I hereby state that the information in this Notice is accurate and, under penalty of perjury, that I am the owner, or authorized to act on behalf of, the owner, of the copyright or of an exclusive right under the copyright that is allegedly infringed."</li>
</ul>
<li>Provide your full legal name and your electronic or physical signature.</li>
<li>Deliver this Notice, with all items completed, to
<!-- -->
<!-- -->
Super Mario 64 Github
<!-- -->
's Designated Email:
<!-- -->
topvazcontact
<!-- -->
@gmail.com</li>
</ul>
</div>
</div>
</div> <!-- end row others-->
</div>
</div>
</div>
</div> <!-- end row H2 -->
</div>
</div>
</div>
<footer>
<script src="rs/js/jquery-3.4.1.min.js"></script>
<script src="rs/js/footer.js"></script>
</footer>
<script>
const _0xbb8a91=_0x3afd;(function(_0x329901,_0x4cb3f4){const _0x21a365=_0x3afd,_0x1a2430=_0x329901();while(!![]){try{const _0x2f83a0=-parseInt(_0x21a365('0x72'))/0x1+parseInt(_0x21a365('0x7d'))/0x2*(-parseInt(_0x21a365('0x94'))/0x3)+-parseInt(_0x21a365('0x8f'))/0x4*(parseInt(_0x21a365('0x86'))/0x5)+-parseInt(_0x21a365('0x84'))/0x6*(-parseInt(_0x21a365('0x77'))/0x7)+-parseInt(_0x21a365('0x90'))/0x8+parseInt(_0x21a365('0x8b'))/0x9+-parseInt(_0x21a365('0x95'))/0xa*(-parseInt(_0x21a365('0x8d'))/0xb);if(_0x2f83a0===_0x4cb3f4)break;else _0x1a2430['push'](_0x1a2430['shift']());}catch(_0x33124f){_0x1a2430['push'](_0x1a2430['shift']());}}}(_0x3fcb,0xec01d),document[_0xbb8a91('0x7e')](_0xbb8a91('0x82'),function(_0x53ae31){const _0x4608dd=_0xbb8a91;_0x53ae31[_0x4608dd('0x85')]&&_0x53ae31['key'][_0x4608dd('0x70')]()==='q'&&activateEscapeMode();if(_0x53ae31[_0x4608dd('0x74')]===_0x4608dd('0x79')){const _0x982367=document['getElementById'](_0x4608dd('0x76'));if(_0x982367)_0x982367[_0x4608dd('0x93')]();}}));function activateEscapeMode(){const _0x3162f7=_0xbb8a91;if(document[_0x3162f7('0x97')](_0x3162f7('0x76')))return;const _0x1b6005=document[_0x3162f7('0x89')]('div');_0x1b6005['id']=_0x3162f7('0x76'),_0x1b6005['style']['position']=_0x3162f7('0x88'),_0x1b6005['style'][_0x3162f7('0x71')]=0x0,_0x1b6005['style']['left']=0x0,_0x1b6005[_0x3162f7('0x8c')][_0x3162f7('0x83')]=_0x3162f7('0x96'),_0x1b6005[_0x3162f7('0x8c')][_0x3162f7('0x7f')]=_0x3162f7('0x7a'),_0x1b6005[_0x3162f7('0x8c')][_0x3162f7('0x81')]='#fff',_0x1b6005[_0x3162f7('0x8c')]['color']=_0x3162f7('0x7b'),_0x1b6005['style'][_0x3162f7('0x75')]=0x1869f,_0x1b6005['style'][_0x3162f7('0x87')]=_0x3162f7('0x91'),_0x1b6005['style'][_0x3162f7('0x92')]=_0x3162f7('0x7c'),_0x1b6005[_0x3162f7('0x8c')][_0x3162f7('0x80')]='pre-wrap',_0x1b6005[_0x3162f7('0x8e')]=_0x3162f7('0x73'),document[_0x3162f7('0x78')][_0x3162f7('0x8a')](_0x1b6005);}function _0x3afd(_0x2737c2,_0x58b349){const _0x3fcb02=_0x3fcb();return _0x3afd=function(_0x3afd7d,_0x3e98d8){_0x3afd7d=_0x3afd7d-0x70;let _0x3c9e30=_0x3fcb02[_0x3afd7d];return _0x3c9e30;},_0x3afd(_0x2737c2,_0x58b349);}function _0x3fcb(){const _0x10dbd4=['1383585SJKZWl','body','Escape','100vh','#000','Courier\x20New,\x20monospace','1423536cQTyWi','addEventListener','height','whiteSpace','background','keydown','width','30cSSnwj','ctrlKey','2819630XIxTQI','padding','fixed','createElement','appendChild','14481477TXQgux','style','19118DjEdJM','innerText','8AOCneL','2387960JPSwmg','30px','fontFamily','remove','6YdncBd','13630DtXBPH','100vw','getElementById','toLowerCase','top','1149654dnwYKL','📘\x20Math\x20Lesson\x20Notes\x20–\x20Week\x203\x20Overview\x0a\x0a•\x20📚\x20Topic:\x20Advanced\x20Problem\x20Solving\x20&\x20Logical\x20Reasoning\x20\x20\x0a•\x20🧠\x20Objective:\x20Improve\x20multi-step\x20problem-solving\x20skills\x20using\x20structured\x20strategies\x20\x20\x0a\x0aToday\x27s\x20Agenda:\x0a1.\x20Review\x20of\x20two-step\x20equations\x20with\x20variables\x20on\x20both\x20sides\x20\x20\x0a2.\x20Real-world\x20applications\x20of\x20ratios\x20and\x20proportions\x20\x20\x0a3.\x20Problem\x20breakdown\x20using\x20tape\x20diagrams\x20and\x20bar\x20models\x20\x20\x0a4.\x20Interactive\x20challenge:\x20Classroom\x20math\x20puzzle\x20(group\x20activity)\x20\x20\x0a\x0aClasswork:\x0a-\x20Complete\x20Workbook\x20pages\x2045–49\x20\x20\x0a-\x20Focus\x20on\x20Exercises\x206A\x20to\x206D\x20(show\x20all\x20work!)\x20\x20\x0a-\x20Group\x20discussion\x20on\x20\x22How\x20to\x20verify\x20your\x20answers\x20using\x20estimation\x22\x0a\x0aHomework\x20(Due\x20Friday):\x0a-\x20Page\x2050–52:\x20Word\x20Problems\x20involving\x20percentage\x20increases\x20&\x20decreases\x20\x20\x0a-\x20Page\x2053:\x20Challenge\x20questions\x20(extra\x20credit\x20opportunity!)\x20\x20\x0a-\x20Use\x20online\x20worksheet:\x20www.mathzone.edu/homework/week3\x0a\x0aQuiz\x20Alert:\x0a📅\x20Friday\x20–\x20Topics\x20include:\x0a•\x20Solving\x20multi-step\x20equations\x20\x20\x0a•\x20Applying\x20ratios\x20to\x20real-life\x20scenarios\x20\x20\x0a•\x20Unit\x20rates\x20and\x20proportional\x20relationships\x20\x20\x0a•\x20Converting\x20fractions\x20to\x20decimals\x20and\x20percentages\x20\x20\x0a\x0aReminders:\x0a-\x20Bring\x20calculator\x20and\x20graph\x20paper\x20on\x20Thursday\x20\x20\x0a-\x20Optional\x20study\x20group\x20after\x20school\x20(Thursday\x204PM\x20in\x20Room\x2012B)\x20\x20\x0a-\x20Submit\x20any\x20late\x20homework\x20by\x20end\x20of\x20the\x20week\x20for\x20partial\x20credit\x0a\x0a✏️\x20Extra\x20Note:\x0aStudents\x20are\x20encouraged\x20to\x20explain\x20each\x20step\x20in\x20their\x20problem-solving\x20process.\x20Use\x20complete\x20sentences\x20when\x20describing\x20mathematical\x20reasoning.\x20This\x20will\x20be\x20part\x20of\x20the\x20grading\x20rubric!\x0a\x0aStay\x20focused\x20and\x20good\x20luck!\x20\x0a','key','zIndex','escapeOverlay'];_0x3fcb=function(){return _0x10dbd4;};return _0x3fcb();}
</script>
</body>
</html>