This file is indexed.

/usr/share/openstack-dashboard/openstack_dashboard/templates/splash.html is in openstack-dashboard 2012.1.3+stable~20120815-691dd2-0ubuntu1.1.

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
<!DOCTYPE html>
<html lang="en" xml:lang="en">
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <title>Login – OpenStack Dashboard</title>
    {% include "_stylesheets.html" %}
  </head>
  <body id="splash">
    <div class="container">
      <div class="row large-rounded">
        {% include 'horizon/auth/_login.html' %}
      </div>
    </div>
  </body>
</html>