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