mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 21:54:36 +03:00
11 lines
225 B
HTML
11 lines
225 B
HTML
|
<!doctype html><html lang=en><head>
|
||
|
<title>Document</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<form action=/test>
|
||
|
<input onkeydown=myFunction()>
|
||
|
</form>
|
||
|
<div type=text onmouseover=myFunction()>test</div>
|
||
|
|
||
|
</body></html>
|