This file is indexed.

/usr/share/ubiquity-slideshow/slides/index.html is in ubiquity-slideshow-xubuntu 113.

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
<!DOCTYPE html>
<html lang="en">
<head>
	<title>ubiquity-slideshow-xubuntu</title>
	<meta charset="UTF-8" />
	<base target="_blank" />

	<link href="link/base.css" rel="stylesheet" type="text/css" />

	<script type="text/javascript" src="link-core/jquery.js"></script>
	<script type="text/javascript" src="link-core/jquery.cycle.all.js"></script>
	<script type="text/javascript" src="link-core/base.js"></script>
	<script type="text/javascript">
		SLIDESHOW_OPTIONS = {
			timeout:25000,
			speed:500,
		}
	</script>
	<script type="text/javascript" src="link-core/slideshow.js"></script>
	<script type="text/javascript" src="link/xubuntu.js"></script>
</head>
<body>

	<div id="slideshow">
		<div><a href="00_welcome.html"></a></div>
		<div><a href="01_applications.html"></a></div>
		<div><a href="02_desktop.html"></a></div>
		<div><a href="03_support.html"></a></div>
		<div><a href="04_support-live.html"></a></div>
		<div><a href="05_contribute.html"></a></div>
		<div><a href="06_thanks.html"></a></div>
	</div>

	<div id="hilight" class="fo"></div>

	<div id="controls">
		<a class="control-arrow" id="prev-slide" style="display:none;"></a>
		<a class="control-arrow" id="next-slide"></a>
		<input type="hidden" id="current-slide" />
	</div>

</body>
</html>