blob: 9564f94628420249bfe2d4c75d026335414d58be (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" content="width=device-width, height=device-height" />
<title>Context Menu Test Image</title>
</head>
<body>
<img id="image" src="images/test.gif" alt="Test Image" />
</body>
</html>
|