-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjam.html
More file actions
executable file
·43 lines (40 loc) · 1.36 KB
/
jam.html
File metadata and controls
executable file
·43 lines (40 loc) · 1.36 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
<!DOCTYPE html>
<html>
<body>
<script type="text/javascript">
function nokey() {
event.keyCode = 0;
return false;
}
document.onkeydown = nokey;
</script>
<div>
<iframe src="1.html" width="300" height="170" scrolling="no" frameborder="2">
<p>Your browser does not support iframes.</p>
</iframe>
<iframe src="2.html" width="300" height="170" scrolling="no" frameborder="2">
<p>Your browser does not support iframes.</p>
</iframe>
<iframe src="3.html" width="300" height="170" scrolling="no" frameborder="2">
<p>Your browser does not support iframes.</p>
</iframe>
<iframe src="4.html" width="300" height="170" scrolling="no" frameborder="2">
<p>Your browser does not support iframes.</p>
</iframe>
</div>
<div>
<iframe src="5.html" width="300" height="170" scrolling="no" frameborder="2">
<p>Your browser does not support iframes.</p>
</iframe>
<iframe src="6.html" width="300" height="170" scrolling="no" frameborder="2">
<p>Your browser does not support iframes.</p>
</iframe>
<iframe src="7.html" width="300" height="170" scrolling="no" frameborder="2">
<p>Your browser does not support iframes.</p>
</iframe>
<iframe src="8.html" width="300" height="170" scrolling="no" frameborder="2">
<p>Your browser does not support iframes.</p>
</iframe>
</div>
</body>
</html>