This file is indexed.

/usr/share/games/flightgear/Phi/widgets/Stopwatch.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
<div class="ui-state-highlight" style="font-size: 200%; font-weight: bold;"">
    <span data-bind="text: hoursDisplay"></span> : <span data-bind="text: minutesDisplay"></span> : <span
        data-bind="text: secondsDisplay"></span>
</div>
<div>
    <button data-bind="button: { refreshOn: startIcons, text: false, icons: startIcons, label: startLabel }, click: startStopPause">Start</button>
    <button data-bind="button: { text: false, icons: { primary: ' ui-icon-refresh' } }, click: clear">Restart</button>
</div>