This file is indexed.

/usr/share/doc/openjdk-11-jre-headless/demo/applets/MoleculeViewer/example3.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
26
27
28
29
30
31
32
33
34
<html>
  <head>
      <title>MoleculeViewer (example 3)</title>
  </head>
  <body>
      <h1>MoleculeViewer (example 3)</h1>
      <hr>
      <applet code=XYZApp.class archive=MoleculeViewer.jar width=100 height=100>
	<param name=model value="models/water.xyz">
	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>
      <p>
	<applet code=XYZApp.class archive=MoleculeViewer.jar width=100 height=100>
          <param name=model value="models/benzene.xyz">
	  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>
      <p>
	<applet code=XYZApp.class archive=MoleculeViewer.jar width=100 height=100>
	  <param name=model value="models/ethane.xyz">
	  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>
      <p>
	<applet code=XYZApp.class archive=MoleculeViewer.jar width=100 height=100>
	  <param name=model value="models/cyclohexane.xyz">
	  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="XYZApp.java">The source</a>.
  </body>
</html>