mirror of
https://github.com/swc-project/swc.git
synced 2024-12-29 16:42:28 +03:00
12 lines
825 B
HTML
12 lines
825 B
HTML
<!doctype html><html lang=en><title>Document</title><form action=/test>
|
|
<input onkeydown=myFunction();>
|
|
</form>
|
|
<div type=text onmouseover=myFunction();>test</div>
|
|
<div type=text onmouseover=myFunction();>test</div>
|
|
<div type=text>test</div>
|
|
<svg version=1.1 viewBox="0 0 100 100" preserveAspectRatio="xMidYMid slice" style=width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1>
|
|
<circle onmouseover='alert("test");' cx=50 cy=50 r=30 style=fill:url(#gradient) />
|
|
</svg>
|
|
<div type=text onmouseover=myFunction();>test</div>
|
|
<a href=https://datacadamia.com onclick="console.log(`Navigation to ${this.href} cancelled`);return false;">Click me</a>
|
|
<a href=https://datacadamia.com onclick="console.log(`Navigation to ${this.href} cancelled`);return false;">Click me</a> |