This file is indexed.

/usr/share/doc/openjdk-11-jre-headless/demo/applets/SimpleGraph/example1.html is in openjdk-11-demo 10.0.1+10-3ubuntu1.

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
<html>
  <head>
      <title>Simple Graph (1.1)</title>
  </head>
  <body>
      <h1>Simple Graph(1.1)</h1>
      <hr>
      <applet code=GraphApplet.class width=300 height=120>
	alt="Your browser understands the &lt;APPLET&gt; tag but isn't running the applet, for some reason."
	Your browser is completely ignoring the &lt;APPLET&gt; tag!
      </applet>
      <hr>
      <a href="GraphApplet.java">The source</a>.
  </body>
</html>