This file is indexed.

/usr/share/games/flightgear/Phi/instruments/kx165.html is in flightgear-phi 2016.4.2+dfsg1-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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html>
<head>
<title>KX165</title>
  <link href="kx165.css" type="text/css" rel="stylesheet" />

</head>
<body>
	<div id="wrapper">
		<div class="kx165">
			<div class="com">
				<div class="comfrequencies">
					<div class="comuse">
						<input class="leddisplay" type="text" id="com-use" maxlength="6"
							size="6" value="123.45" />
						<div class="label">USE</div>
					</div>
					<div class="comstby">
						<input class="leddisplay" type="text" id="com-standby" maxlength="6"
							size="6" value="123.45" />
						<div class="label">STBY</div>
					</div>
					<div style="clear: both"></div>
				</div>
				<div class="comswapbuttonrow">
					<div class="leftcol">KX 165 TSO</div>
					<div class="centercol">
						<input type="button" id="com-swap" class="swapbutton"
							value="&harr;" />
					</div>
					<div class="rightcol">COMM</div>
					<div style="clear: both"></div>
				</div>
			</div>

			<div class="nav">
				<div class="navfrequencies">
					<div class="navuse">
						<input class="leddisplay" type="text" id="nav-use" maxlength="6"
							size="6" value="118.00" />
						<div class="label">USE</div>
					</div>
					<div class="navstby">
						<input class="leddisplay" type="text" id="nav-standby" maxlength="6"
							size="6" value="118.00" />
						<div class="label">STBY</div>
					</div>
					<div style="clear: both"></div>
				</div>
				<div class="navswapbuttonrow">
					<div class="leftcol">&nbsp;</div>
					<div class="centercol">
						<input type="button" id="nav-swap" class="swapbutton"
							value="&harr;" />
					</div>
					<div class="rightcol">NAV</div>
					<div style="clear: both"></div>
				</div>
			</div>

			<div style="float: right;"></div>
			<div style="clear: both"></div>
			
		</div>
		<div style="clear: both;"></div>


	</div>
</body>
</html>