/usr/share/ubiquity-slideshow/slides/index.html is in ubiquity-slideshow-kubuntu 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 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | <!DOCTYPE html>
<html lang="en">
<head>
<title>ubiquity-slideshow-ubuntu</title>
<link href="link/base.css" rel="stylesheet" type="text/css" />
<base target="_blank" />
<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">
var SLIDESHOW_OPTIONS = {
/* Uncomment to debug */
// timeout: 4000,
/* Make sure our slides fit the window when resized */
fit: 1,
width: '100%',
height: '100%',
/* Default slideshow uses the 'scrollHorz' fx, but slides are not
resized horizontally with that fx, using 'scrollLeft' workarounds that
bug */
fx: 'scrollLeft',
};
</script>
<script type="text/javascript" src="link-core/slideshow.js"></script>
</head>
<body>
<div id="slideshow">
<div><a href="welcome.html" class="load"></a></div>
<div><a href="internet.html" class="load"></a></div>
<div><a href="graphics.html" class="load"></a></div>
<div><a href="multimedia.html" class="load"></a></div>
<div><a href="pim.html" class="load"></a></div>
<div><a href="office.html" class="load"></a></div>
<div><a href="games.html" class="load"></a></div>
<div><a href="accessibility.html" class="load"></a></div>
<div><a href="installing-software.html" class="load"></a></div>
<div><a href="get-help.html" class="load"></a></div>
<div><a href="get-involved.html" class="load"></a></div>
</div>
<div id="debug-controls">
<input type="button" id="prev-slide" value="<"/>
<input type="button" id="next-slide" value=">"/>
</div>
</body>
</html>
|