-
Notifications
You must be signed in to change notification settings - Fork 0
/
more.html
92 lines (88 loc) · 3.41 KB
/
more.html
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
<!DOCTYPE HTML>
<script>// take body to change the content
const body = document.getElementsByTagName('body');
// stop keyboard shortcuts
window.addEventListener("keydown", (event) => {
if(event.ctrlKey && (event.key === "S" || event.key === "s")) {
event.preventDefault();
body[0].innerHTML = "sorry, you can't do this 💔"
}
if(event.ctrlKey && (event.key === "C")) {
event.preventDefault();
body[0].innerHTML = "sorry, you can't do this 💔"
}
if(event.ctrlKey && (event.key === "E" || event.key === "e")) {
event.preventDefault();
body[0].innerHTML = "sorry, you can't do this 💔"
}
if(event.ctrlKey && (event.key === "I" || event.key === "i")) {
event.preventDefault();
body[0].innerHTML = "sorry, you can't do this 💔";
}
if(event.ctrlKey && (event.key === "K" || event.key === "k")) {
event.preventDefault();
body[0].innerHTML = "sorry, you can't do this 💔";
}
if(event.ctrlKey && (event.key === "U" || event.key === "u")) {
event.preventDefault();
body[0].innerHTML = "sorry, you can't do this 💔";
}
});
// stop right click
document.addEventListener('contextmenu', function(e) {
e.preventDefault();
});</script>
<title>Extras | Java_X</title>
<link rel="shortcut icon" type="image/x-icon" href="https://cdn-icons-png.flaticon.com/512/599/599447.png" />
<body style="background-color:black;"></body>
<div style="display: flex;background-color:rgb(27, 190, 222);">
<a href="index.html"><img src="https://static.vecteezy.com/system/resources/previews/008/483/884/original/cute-cat-cartoon-kitten-pet-png.png" style="margin-top: 0px; margin-left: 0px; width: 100px; height: 100px;"></a>
<h1 style="font-size: 43px; font-family: cursive; color: white; text-align: center; margin-top: 15px;"> Where School Chromebooks And Gaming Combine</h1>
<a href="https://google.com"target="_blank"><img src="https://i0.wp.com/lordlibidan.com/wp-content/uploads/2019/03/Running-Pikachu-GIF.gif?resize=480%2C342&ssl=1" style="margin-top: 0px; margin-right: 0px; width: 120px; height: 100px;"></a>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<style>
.navigation {
display: flex;
justify-content: center;
padding: 10px;
}
.navigation a {
color: white;
text-decoration: none;
margin: 0 40px;
font-size: 35px;
font-weight: bold;
}
.navigation a:hover {
color: white;
}
</style>
</head>
<body>
<div class="navigation">
</button>
<button style="background-color:#177fe0;font-family:Monospace;font-size:30;border-radius:30px">
<a href="https://forms.gle/ZNaYwnDtTTGZLwyC7"target="_blank">Suggestions</a>
</button>
<button style="background-color:#177fe0;font-family:Monospace;font-size:30;border-radius:30px">
<a href="announcements.html">Announcements</a>
</button>
<button style="background-color:#177fe0;font-family:Monospace;font-size:30;border-radius:30px">
<a href="blank.html">About:Blank</a>:
</button>
<button style="background-color:#177fe0;font-family:Monospace;font-size:30;border-radius:30px">
<a href="movies.html">Movies</a>:
</button>
</div>
<a href="index.html"><img src="https://www.pngmart.com/files/16/Red-Left-Arrow-PNG-Image.png" style="position:absolute; bottom:0; margin-left: 0px; width: 100px; height: 100px;"></a>