-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdont.html
More file actions
36 lines (33 loc) · 846 Bytes
/
dont.html
File metadata and controls
36 lines (33 loc) · 846 Bytes
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
<head>
<title>_pages</title>
<style>
#spam{display:none;}
a{color:orange;}
ttl{font-size:24px;}
cy{color:cyan;}
or{color:orange;padding:0.9%}
gr{color:lime;}
re{color:red;}
bl{color:blue;}
pu{color:purple;}
ye{color:yellow;}
gre{color:grey;}
blo{background-color:black;color:black;}
button{border:1px solid black;}
review{border:2px solid black; color:black; display:inline-block;}
body {
color:grey;
background-color:;
}
</style>
<script>
function press() {
document.getElementById("press").innerHTML = "<re>BROKEN</re>";
document.getElementById("two").innerHTML = "<re>you suck.</re>";
document.getElementById("three").innerHTML = "";
}
</script>
</head><html id="brk" onkeydown="press()">
<center>
<pre><b><u><re id="two">don't</re></u><gre id="three"> press any keys.</gre>
SYSTEM STATUS:<text id="press">[<gr>NORMAL</gr>]</p>