16 lines
No EOL
473 B
HTML
16 lines
No EOL
473 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
|
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
<html>
|
|
<head>
|
|
<link type="text/css" rel="stylesheet" href="annotation.css" />
|
|
</head>
|
|
<body>
|
|
<div id="bar">
|
|
<img id="close" src="annotation-close.png"/>
|
|
<img id="move" src="annotation-move.png"/>
|
|
<img id="collapse" src="annotation-hide.png"/>
|
|
</div>
|
|
<img id="grippy" src="annotation-grippy.png"/>
|
|
<textarea id="text" wrap="soft"></textarea>
|
|
</body>
|
|
</html> |