This file is indexed.

/usr/share/doc/libimager-perl/examples/samp-tags.html is in libimager-perl 1.004+dfsg-1build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
<html>
  <head>
    <title>Sample form for Imager handling of uploaded images</title>
  </head>
  <body>
    <form action="/cgi-bin/samp-tags.cgi" method="post" 
     enctype="multipart/form-data">
     <p>File: <input type="file" name="image" /></p>
     <p><input type="submit" value="Report Image Tags" /></p>
    </form>
  </body>
</html>