This file is indexed.

/usr/share/doc/openjdk-11-jre-headless/demo/applets/Fractal/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
16
17
18
19
20
21
22
23
24
25
<html>
  <head>
      <title>Fractals 1.1</title>
  </head>
  <body> 
      <h1>Fractals 1.1</h1>
      <hr>
      <applet code="CLSFractal.class" width=500 height=120>
	<param name=level value="5">
	<param name=rotangle value="45">
	<param name=succ1 value="F-F++F-F">
	<param name=delay value="1000">
	<param name=axiom value="F">
	<param name=normalizescale value="true">
	<param name=incremental value="true">
	<param name=pred1 value="F">
	<param name=border value="2">
	<param name=startangle value="0">
        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="CLSFractal.java">The source</a>.
  </body>
</html>