This file is indexed.

/usr/share/doc/sgml-data/examples/html-4.01-frameset.html is in sgml-data 2.0.10.

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
13
14
15
16
17
18
19
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
<html>
  <head>
    <title>HTML v4.01 example</title>
  </head>
  <frameset>
    <frame>
    <noframes>
      <body>
        <h1>HTML v4.01 example</h1>
        <p>
          This is just an simple sample to check DTD and entity validity.
        <hr>
        <address><a href="mailto:adam@onshore.com">Adam Di
            Carlo</a></address>
      </body>
    </noframes>
  </frameset>
</html>