This file is indexed.

/usr/share/ruby-rails-assets-jquery.slimscroll/app/assets/templates/jquery.slimscroll/examples/navigation.html is in ruby-rails-assets-jquery.slimscroll 1.3.6+dfsg-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
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>jquery.slimscroll - navigation</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link href="style.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div id="nav">
  <h1>jQuery slimScroll</h1>
  <h2>Facebook-style jQuery Scrollbar</h1>
  <hr />
  <ul>
    <li><a target="main" href="height-width.html">Height / Width options</a></li>
    <li><a target="main" href="scrollbar.html">Scrollbar options</a></li>
    <li><a target="main" href="rail.html">Rail options</a></li>
    <li><a target="main" href="start-position.html">Start position</a></li>
    <li><a target="main" href="chaining.html">Chaining</a></li>
    <li><a target="main" href="multiple-elements.html">Mulitple bindings</a></li>
    <li><a target="main" href="programmatic-scrolling.html">Programmatic Scrolling</a></li>
    <li><a target="main" href="scroll-events.html">Scroll Events</a></li>
    <li><a target="main" href="allow-page-scroll.html">allowPageScroll option</a></li>
    <li><a target="main" href="disable-fade-out.html">disableFadeOut option</a></li>
    <li><a target="main" href="mouse-wheel.html">wheelStep option</a></li>
    <li><a target="main" href="nested.html">nested elements</a></li>
    <li><a target="main" href="dynamic-content.html">dynamic content</a></li>
  </ul>
</div>
</body>
</html>