some web data
This commit is contained in:
parent
15e2ff811b
commit
b5027da711
|
@ -3,8 +3,14 @@
|
||||||
<head>
|
<head>
|
||||||
<title>bla</title>
|
<title>bla</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body onkeydown="myFn()">
|
||||||
<h3>tut</h3>
|
<h3>tut</h3>
|
||||||
<script>alert('blubb');</script>
|
<script>
|
||||||
|
document.addEventListener('keydown', function(event) {
|
||||||
|
alert('bla');
|
||||||
|
});
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user