24 lines
562 B
HTML
24 lines
562 B
HTML
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
<body>
|
|
just some text 12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
|
|
<img src="ctxmenu-image.png" id="img1">
|
|
|
|
<p>
|
|
<a href="some-link" id="link1">Some link</a>
|
|
</p>
|
|
|
|
<p>
|
|
<a href="image-around-some-link">
|
|
<img src="ctxmenu-image.png" id="img-wrapped-in-link">
|
|
</a>
|
|
</p>
|
|
|
|
<p>
|
|
<input type="text" id="edit-me"><br>
|
|
<input type="password" id="password">
|
|
</p>
|
|
</body>
|
|
</html>
|