-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathannouncements.html
More file actions
47 lines (43 loc) · 2.37 KB
/
announcements.html
File metadata and controls
47 lines (43 loc) · 2.37 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
<!DOCTYPE HTML>
<script>
const body = document.getElementsByTagName('body');
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 💔";
}
});
document.addEventListener('contextmenu', function(e) {
e.preventDefault();
});</script>
<title>Announcements | 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>
<h1 style="Color:white;font-family:cursive;font-size:30px;margin:top:80px;text-align:center;">There Are No Announcements Currently</h1>
<a href="more.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>